次の方法で共有


AlterResourceGovernorStatement.Command プロパティ

コマンドの種類の値を取得または設定します。

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

構文

'宣言
Public Property Command As AlterResourceGovernorCommandType
'使用
Dim instance As AlterResourceGovernorStatement
Dim value As AlterResourceGovernorCommandType

value = instance.Command

instance.Command = value
public AlterResourceGovernorCommandType Command { get; set; }
public:
property AlterResourceGovernorCommandType Command {
    AlterResourceGovernorCommandType get ();
    void set (AlterResourceGovernorCommandType value);
}
public function get Command () : AlterResourceGovernorCommandType
public function set Command (value : AlterResourceGovernorCommandType)

プロパティ値

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

参照

参照

AlterResourceGovernorStatement クラス

AlterResourceGovernorStatement メンバ

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