Aracılığıyla paylaş


ResourcePool.MinimumCpuPercentage Property

Gets or sets the minimum CPU percentage for a Resource Pool.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute> _
Public Property MinimumCpuPercentage As Integer
[SfcPropertyAttribute] 
public int MinimumCpuPercentage { get; set; }
[SfcPropertyAttribute] 
public:
property int MinimumCpuPercentage {
    int get ();
    void set (int value);
}
/** @property */
public int get_MinimumCpuPercentage ()

/** @property */
public void set_MinimumCpuPercentage (int value)
public function get MinimumCpuPercentage () : int

public function set MinimumCpuPercentage (value : int)

Property Value

Int32

Remarks

A pool has two parts. One part does not overlap with other pools, which enables minimum resource reservation. The other part is shared with other pools, which supports maximum possible resource consumption. In this release of Resource Governor the pool resources are set by specifying one of the following for each resource:

Min or Max for CPU

Min or Max for Memory

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.