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