Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the command options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property CommandOptions As CommandOptions
Get
Set
'Usage
Dim instance As CommandSecurityElement80
Dim value As CommandOptions
value = instance.CommandOptions
instance.CommandOptions = value
public CommandOptions CommandOptions { get; set; }
public:
property CommandOptions CommandOptions {
CommandOptions get ();
void set (CommandOptions value);
}
member CommandOptions : CommandOptions with get, set
function get CommandOptions () : CommandOptions
function set CommandOptions (value : CommandOptions)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.CommandOptions
The command options.