Compartir a través de


AlterResourceGovernorStatement.Command Propiedad

Gets or sets the command.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

AlterResourceGovernorStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom