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 the Sql version to generate script for.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SqlVersion As SqlVersion
Get
Set
'Usage
Dim instance As SqlScriptGeneratorOptions
Dim value As SqlVersion
value = instance.SqlVersion
instance.SqlVersion = value
public SqlVersion SqlVersion { get; set; }
public:
property SqlVersion SqlVersion {
SqlVersion get ();
void set (SqlVersion value);
}
member SqlVersion : SqlVersion with get, set
function get SqlVersion () : SqlVersion
function set SqlVersion (value : SqlVersion)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SqlVersion
The Sql version to generate script for.