Microsoft.SQLServer.Core.ResourcePoolMSSQL: Generic Resource Pool

Microsoft.SQLServer.Core.ResourcePool (ClassType)

Basic collection of common properties for all versions of SQL Server Resource Pool objects.

Knowledge Base article:

Summary

Basic collection of common properties for all versions of SQL Server Resource Pool objects.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId29b37c3d-311f-1835-5061-5fa2bfbbf675

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 the object. false 4000  False 
Microsoft.SQLServer.Core.ResourcePool:
Name  string  Name true 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   
ManagesInMemoryOLTP  int  Manages Memory-Optimized Data false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.ResourcePool" Accessibility="Public" Base="System!System.Entity" Hosted="false" Abstract="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<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"/>
<Property ID="ManagesInMemoryOLTP" Type="int"/>
</ClassType>