Partilhar via


Propriedade do RDL AlterResourceGovernorStatement.Command

Gets or sets the command.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Command As AlterResourceGovernorCommandType 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AlterResourceGovernorCommandType
The command.

Consulte também

Referência

AlterResourceGovernorStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom