CreateIndexStatement.Translated80SyntaxTo90 Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public bool Translated80SyntaxTo90 { get; set; }
public:
property bool Translated80SyntaxTo90 {
    bool get();
    void set(bool value);
}
member Translated80SyntaxTo90 : bool with get, set
Public Property Translated80SyntaxTo90 As Boolean

Property Value

Type: System.Boolean

True if the 80 syntax was translated into 90; otherwise, false.

See Also

CreateIndexStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top