Microsoft.SQLServer.2016.ResourcePoolSQL Server 2016 资源池

Microsoft.SQLServer.2016.ResourcePool (ClassType)

SQL Server 2016 资源池抽象类

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId742c3100-96be-85da-9277-51b21bc758ca

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SQLServer.2016.ResourcePool:
PoolID  string  ID true 256  False 
Name  string  名称 false 256  False 
MinCpuPercent  int  最小 CPU \% false 256   
MaxCpuPercent  int  最大 CPU \% false 256   
CapCpuPercent  int  CPU 上限 \% false 256   
MinMemoryPercent  int  最小内存 \% false 256   
MaxMemoryPercent  int  最大内存 \% false 256   
ManagesInMemoryOLTP  int  Manages In-Memory OLTP 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"/>
<Property ID="ManagesInMemoryOLTP" Type="int"/>
</ClassType>