CommandSecurityElement80.CommandOptions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the command options.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public CommandOptions CommandOptions { get; set; }
public:
property CommandOptions CommandOptions {
    CommandOptions get();
    void set(CommandOptions value);
}
member CommandOptions : CommandOptions with get, set
Public Property CommandOptions As CommandOptions

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.CommandOptions

The command options.

See Also

CommandSecurityElement80 Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top