Compartir a través de


AlterResourceGovernorStatement.Command (Propiedad)

Obtiene o establece el valor de tipo de comando.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Command As AlterResourceGovernorCommandType
    Get
    Set
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AlterResourceGovernorCommandType
Devuelve un valor de enumeración AlterResourceGovernorCommandType.

Seguridad de .NET Framework

Vea también

Referencia

AlterResourceGovernorStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)