Ermittlungsanbieter für SQL Server 2005-Replikationsveröffentlichungen und -abonnements

Microsoft.SQLServer.2005.ReplicationPublicationsSubscriptionsDiscoveryRule (Discovery)

Diese Objektermittlung ermittelt Replikationsveröffentlichungen und -abonnements für jede SQL Server 2005-Datenbank. Die Ermittlung ist standardmäßig deaktiviert.

Knowledge Base article:

Zusammenfassung

Diese Objektermittlung ermittelt Replikationsveröffentlichungen und -abonnements für jede SQL Server 2005-Datenbank. Die Ermittlung ist standardmäßig deaktiviert.

Konfiguration

Verwenden Sie Außerkraftsetzungen für einzelne Instanzen oder für Gruppen, um die Ermittlung für Replikationsveröffentlichungen und -abonnements zu aktivieren.

Element properties:

TargetMicrosoft.SQLServer.2005.DBEngine
EnabledFalse
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2005.ReplicationPublicationsSubscriptionsDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2005.ReplicationPublicationsSubscriptionsDiscoveryRule" Enabled="false" Target="Microsoft.SQLServer.2005.DBEngine">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2005.Publication">
<Property TypeID="SQL!Microsoft.SQLServer.Publication" PropertyID="PublicationID"/>
<Property TypeID="SQL!Microsoft.SQLServer.Publication" PropertyID="Name"/>
<Property TypeID="SQL!Microsoft.SQLServer.Publication" PropertyID="IsActive"/>
<Property TypeID="SQL!Microsoft.SQLServer.Publication" PropertyID="Description"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.SQLServer.2005.Subscription">
<Property TypeID="SQL!Microsoft.SQLServer.Subscription" PropertyID="Name"/>
<Property TypeID="SQL!Microsoft.SQLServer.Subscription" PropertyID="Publisher"/>
<Property TypeID="SQL!Microsoft.SQLServer.Subscription" PropertyID="PublisherDB"/>
<Property TypeID="SQL!Microsoft.SQLServer.Subscription" PropertyID="Publication"/>
<Property TypeID="SQL!Microsoft.SQLServer.Subscription" PropertyID="Distributor"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2005.ReplicationPublicationsSubscriptionsDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<NetworkName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</NetworkName>
<SQLConnectionString>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ConnectionString$</SQLConnectionString>
<SQLInstanceName>$Target/Property[Type="SQL!Microsoft.SQLServer.ServerRole"]/InstanceName$</SQLInstanceName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>