CreateIndexStatement.Translated80SyntaxTo90 属性

Gets or sets a value that indicates whether the 80 syntax was translated into 90.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Translated80SyntaxTo90 As Boolean 
    Get 
    Set
用法
Dim instance As CreateIndexStatement 
Dim value As Boolean 

value = instance.Translated80SyntaxTo90

instance.Translated80SyntaxTo90 = value
public bool Translated80SyntaxTo90 { get; set; }
public:
property bool Translated80SyntaxTo90 {
    bool get ();
    void set (bool value);
}
member Translated80SyntaxTo90 : bool with get, set
function get Translated80SyntaxTo90 () : boolean 
function set Translated80SyntaxTo90 (value : boolean)

属性值

类型:System.Boolean
True if the 80 syntax was translated into 90; otherwise, false.

请参阅

参考

CreateIndexStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间