Microsoft.SQLServer.2014.ResourcePoolПул ресурсов SQL Server 2014

Microsoft.SQLServer.2014.ResourcePool (ClassType)

Абстрактный класс пула ресурсов SQL Server 2014

Element properties:

Base ClassMicrosoft.SQLServer.2014.Component
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddb4f99aa-aa18-a7d2-d751-a7fe7b7da4d0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.SQLServer.2014.ResourcePool:
PoolID  string  Идентификатор true 256  False 
Name  string  Название false 256  False 
MinCpuPercent  int  Минимальная грузка ЦП \% false 256   
MaxCpuPercent  int  Максимальная загрузка ЦП \% false 256   
CapCpuPercent  int  Ограничение на использование ЦП (в \%) 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>