Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the 80 syntax was translated into 90.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Translated80SyntaxTo90 As Boolean
'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);
}
public function get Translated80SyntaxTo90 () : boolean
public function set Translated80SyntaxTo90 (value : boolean)
Property Value
Type: System.Boolean
Returns TRUE if the 80 syntax was translated into 90, FALSE otherwise.
Remarks
If this is false and there are index options present, then this statement must be a TSql90 statement. However, 80 syntax is still being accepted in SQL 2005.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.