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 (KOR) Description (KOR) 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  Cap 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>