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.