Свойство CommandSecurityElement80.CommandOptions

Gets or sets the command options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property CommandOptions As CommandOptions 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.CommandOptions
The command options.

См. также

Справочник

CommandSecurityElement80 Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom