AlterResourceGovernorStatement.Command 属性

Gets or sets the 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
The command.

请参阅

参考

AlterResourceGovernorStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间