Microsoft.SQLServer.2016.ResourcePoolSQL Server 2016 Resource Pool

Microsoft.SQLServer.2016.ResourcePool (ClassType)

SQL Server 2016 Resource Pool Abstract Class

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7d9aa34d-dad1-f3f8-cee6-277176e5a4b6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SQLServer.2016.ResourcePool:
PoolID  string  ID true 256  False 
Name  string  Name false 256  False 
MinCpuPercent  int  Minimum CPU \% false 256   
MaxCpuPercent  int  Maximum CPU \% false 256   
CapCpuPercent  int  Cap CPU \% false 256   
MinMemoryPercent  int  Minimum Memory \% false 256   
MaxMemoryPercent  int  Maximum Memory \% false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.ResourcePool" Accessibility="Public" Base="Microsoft.SQLServer.2016.Component" Hosted="true" Abstract="true" Singleton="false">
<Property ID="PoolID" Type="string" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="MinCpuPercent" Type="int"/>
<Property ID="MaxCpuPercent" Type="int"/>
<Property ID="CapCpuPercent" Type="int"/>
<Property ID="MinMemoryPercent" Type="int"/>
<Property ID="MaxMemoryPercent" Type="int"/>
</ClassType>