⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sqlreader.key_types.vb

📁 SQL 类Shell代码生成器 对SQL Server 2005,2008生成C#代码
💻 VB
字号:
Public NotInheritable MustInherit Class Key_Types
    Inherits Object
    
    <Description("Aggregate function (CLR)")>  _
    Public Const AF As String = "AF"
    
    <Description("CHECK constraint")>  _
    Public Const C As String = "C"
    
    <Description("DEFAULT (constraint or stand-alone)")>  _
    Public Const D As String = "D"
    
    <Description("FOREIGN KEY constraint")>  _
    Public Const F As String = "F"
    
    <Description("PRIMARY KEY constraint")>  _
    Public Const PK As String = "PK"
    
    <Description("SQL stored procedure")>  _
    Public Const P As String = "P"
    
    <Description("Assembly (CLR) stored procedure")>  _
    Public Const PC As String = "PC"
    
    <Description("SQL scalar function")>  _
    Public Const FN As String = "FN"
    
    <Description("Assembly (CLR) scalar function")>  _
    Public Const FS As String = "FS"
    
    <Description("Assembly (CLR) table-valued function")>  _
    Public Const FT As String = "FT"
    
    <Description("Rule (old-style, stand-alone)")>  _
    Public Const R As String = "R"
    
    <Description("Replication-filter-procedure")>  _
    Public Const RF As String = "RF"
    
    <Description("System base table")>  _
    Public Const S As String = "S"
    
    <Description("Synonym")>  _
    Public Const SN As String = "SN"
    
    <Description("Service queue")>  _
    Public Const SQ As String = "SQ"
    
    <Description("Assembly (CLR) DML trigger")>  _
    Public Const TA As String = "TA"
    
    <Description("SQL DML trigger")>  _
    Public Const TR As String = "TR"
    
    <Description("SQL inline table-valued function")>  _
    Public Const [IF] As String = "IF"
    
    <Description("SQL table-valued-function")>  _
    Public Const TF As String = "TF"
    
    <Description("Table (user-defined)")>  _
    Public Const U As String = "U"
    
    <Description("UNIQUE constraint")>  _
    Public Const UQ As String = "UQ"
    
    <Description("View")>  _
    Public Const V As String = "V"
    
    <Description("Extended stored procedure")>  _
    Public Const X As String = "X"
    
    <Description("Internal table")>  _
    Public Const IT As String = "IT"
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -