Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the sql script generator options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As SqlScriptGeneratorOptions
Get
'Usage
Dim instance As SqlScriptGenerator
Dim value As SqlScriptGeneratorOptions
value = instance.Options
public SqlScriptGeneratorOptions Options { get; }
public:
property SqlScriptGeneratorOptions^ Options {
SqlScriptGeneratorOptions^ get ();
}
member Options : SqlScriptGeneratorOptions
function get Options () : SqlScriptGeneratorOptions
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGeneratorOptions
The sql script generator options.