CreateIndexStatement.Translated80SyntaxTo90 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the 80 syntax was translated into 90 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...
public bool Translated80SyntaxTo90 { get; set; }
member this.Translated80SyntaxTo90 : bool with get, set
Public Property Translated80SyntaxTo90 As Boolean