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 네임스페이스