Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Property Translated80SyntaxTo90 As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True if the 80 syntax was translated into 90; otherwise, false.