AlterResourceGovernorStatement.Command Property
Gets or sets the command.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Command As AlterResourceGovernorCommandType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterResourceGovernorCommandType
The command.