Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.