Microsoft.SQLServer.Core.ResourcePoolMSSQL: 一般資源集區

Microsoft.SQLServer.Core.ResourcePool (ClassType)

SQL Server 資源集區物件所有版本之通用屬性的基本集合。

Knowledge Base article:

摘要

SQL Server 資源集區物件所有版本之通用屬性的基本集合。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
Microsoft.SQLServer.Core.ResourcePool:
Name  string  名稱 true 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  管理記憶體最佳化資料 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>