Udostępnij przez


ResourcePool.MinimumMemoryPercentage Property

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

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

Syntax

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

/** @property */
public void set_MinimumMemoryPercentage (int value)
public function get MinimumMemoryPercentage () : int

public function set MinimumMemoryPercentage (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.