MSSQL: 제네릭 복제 배포자 그룹 구성원 검색

Microsoft.SQLServer.Replication.Core.DistributorGroupDiscovery (Discovery)

배포자 그룹의 멤버 자격 검색

Knowledge Base article:

요약

개체 검색은 배포자 그룹에서 멤버 자격을 검색합니다.

재정의 가능한 매개 변수

이름

설명

기본값

사용

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

Element properties:

TargetMicrosoft.SQLServer.Replication.Core.DistributorGroup
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.Replication.Core.DistributorGroupDiscovery" Target="Microsoft.SQLServer.Replication.Core.DistributorGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.Replication.Core.DistributorGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.SQLServer.Replication.Core.GenericDistributor"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.Replication.Core.DistributorGroupContainsGenericDistributor"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>