SqlScriptGeneratorOptions.SqlVersion Property
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
'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);
}
public function get SqlVersion () : SqlVersion
public function set SqlVersion (value : SqlVersion)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.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.
See Also
Reference
SqlScriptGeneratorOptions Class