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 (JPN) Description (JPN) 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>