CommandSecurityElement80.CommandOptions プロパティ

コマンド オプションを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property CommandOptions As CommandOptions
'使用
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);
}
public function get CommandOptions () : CommandOptions
public function set CommandOptions (value : CommandOptions)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.CommandOptions
CommandOptions 列挙値を返します。

参照

参照

CommandSecurityElement80 クラス

CommandSecurityElement80 メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間