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
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)
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.