Compartir a través de


ISql100ResourcePool.MinCpuPercent (Propiedad)

Obtiene o establece el porcentaje de CPU mínimo que se dedica al grupo durante la contención.

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

Sintaxis

'Declaración
Property MinCpuPercent As Integer
    Get
    Set
int MinCpuPercent { get; set; }
property int MinCpuPercent {
    int get ();
    void set (int value);
}
abstract MinCpuPercent : int with get, set
function get MinCpuPercent () : int
function set MinCpuPercent (value : int)

Valor de propiedad

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISql100ResourcePool Interfaz

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