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

📄 sqlreader.key_types.cs

📁 SQL 类Shell代码生成器 对SQL Server 2005,2008生成C#代码
💻 CS
字号:
public static class Key_Types : object {
    
    [Description("Aggregate function (CLR)")]
    public const string AF = "AF";
    
    [Description("CHECK constraint")]
    public const string C = "C";
    
    [Description("DEFAULT (constraint or stand-alone)")]
    public const string D = "D";
    
    [Description("FOREIGN KEY constraint")]
    public const string F = "F";
    
    [Description("PRIMARY KEY constraint")]
    public const string PK = "PK";
    
    [Description("SQL stored procedure")]
    public const string P = "P";
    
    [Description("Assembly (CLR) stored procedure")]
    public const string PC = "PC";
    
    [Description("SQL scalar function")]
    public const string FN = "FN";
    
    [Description("Assembly (CLR) scalar function")]
    public const string FS = "FS";
    
    [Description("Assembly (CLR) table-valued function")]
    public const string FT = "FT";
    
    [Description("Rule (old-style, stand-alone)")]
    public const string R = "R";
    
    [Description("Replication-filter-procedure")]
    public const string RF = "RF";
    
    [Description("System base table")]
    public const string S = "S";
    
    [Description("Synonym")]
    public const string SN = "SN";
    
    [Description("Service queue")]
    public const string SQ = "SQ";
    
    [Description("Assembly (CLR) DML trigger")]
    public const string TA = "TA";
    
    [Description("SQL DML trigger")]
    public const string TR = "TR";
    
    [Description("SQL inline table-valued function")]
    public const string IF = "IF";
    
    [Description("SQL table-valued-function")]
    public const string TF = "TF";
    
    [Description("Table (user-defined)")]
    public const string U = "U";
    
    [Description("UNIQUE constraint")]
    public const string UQ = "UQ";
    
    [Description("View")]
    public const string V = "V";
    
    [Description("Extended stored procedure")]
    public const string X = "X";
    
    [Description("Internal table")]
    public const string IT = "IT";
}

⌨️ 快捷键说明

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