共用方式為


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 命名空間