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 a script for.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property SqlVersion As SqlVersion
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.Data.Schema.ScriptDom.Sql.SqlVersion
Returns a SqlVersion.
.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.