Microsoft.SQLServer.2014.ResourcePoolSQL Server 2014 리소스 풀

Microsoft.SQLServer.2014.ResourcePool (ClassType)

SQL Server 2014 리소스 풀 추상 클래스

Element properties:

Base ClassMicrosoft.SQLServer.2014.Component
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3ec18e46-98a3-782a-729f-b769db0f7912

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.SQLServer.2014.ResourcePool:
PoolID  string  ID true 256  False 
Name  string  이름 false 256  False 
MinCpuPercent  int  최소 CPU \% false 256   
MaxCpuPercent  int  최대 CPU \% false 256   
CapCpuPercent  int  CAP 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.2014.ResourcePool" Accessibility="Public" Base="Microsoft.SQLServer.2014.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>