次の方法で共有


AlterResourceGovernorStatement.Command プロパティ

コマンドを取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Command As AlterResourceGovernorCommandType 
    Get 
    Set
'使用
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);
}
member Command : AlterResourceGovernorCommandType with get, set
function get Command () : AlterResourceGovernorCommandType 
function set Command (value : AlterResourceGovernorCommandType)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.AlterResourceGovernorCommandType
コマンド。

関連項目

参照

AlterResourceGovernorStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間