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 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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.CommandOptions
The command options.