Windows의 MSSQL: SQL Server 메모리 최적화 데이터 리소스 풀 그룹 검색

Microsoft.SQLServer.Windows.Discovery.InMemoryOLTPResourcePoolGroup (Discovery)

SQL Server 메모리 최적화 데이터 리소스 풀 그룹의 검색입니다.

Knowledge Base article:

재정의 가능한 매개 변수

이름

설명

기본값

사용

워크플로 사용하거나 사용하지 않도록 설정합니다.

Element properties:

TargetMicrosoft.SQLServer.Windows.InMemoryOLTPResourcePoolGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SQLServer.Windows.Discovery.InMemoryOLTPResourcePoolGroup" Target="Microsoft.SQLServer.Windows.InMemoryOLTPResourcePoolGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.Windows.InMemoryOLTPResourcePoolGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SqlDiscW!Microsoft.SQLServer.Windows.ResourcePool"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.Windows.InMemoryOLTPResourcePoolGroupContainsResourcePool"]$</RelationshipClass>
<Expression>
<SimpleExpression>
<ValueExpression>
<Property>$MPElement[Name="SqlCoreLib!Microsoft.SQLServer.Core.ResourcePool"]/ManagesInMemoryOLTP$</Property>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>