ResourcePool.MaximumMemoryPercentage Property
Gets or sets the maximum 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 MaximumMemoryPercentage As Integer
[SfcPropertyAttribute]
public int MaximumMemoryPercentage { get; set; }
[SfcPropertyAttribute]
public:
property int MaximumMemoryPercentage {
int get ();
void set (int value);
}
/** @property */
public int get_MaximumMemoryPercentage ()
/** @property */
public void set_MaximumMemoryPercentage (int value)
public function get MaximumMemoryPercentage () : int
public function set MaximumMemoryPercentage (value : int)
Property Value
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.
See Also
Reference
ResourcePool Class
ResourcePool Members
Microsoft.SqlServer.Management.Smo Namespace