SQL Server Desired DB Mirroring Configuration Discovery

RABurri.SQLServer.Mirroring.DesiredDBMirrors.Discovery (Discovery)

Reads XML file with Desired DB Mirroring configuration information

Element properties:

TargetRABurri.SQLServer.Mirroring.ComponentGroup
EnabledFalse
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource RABurri.SQLServer.Mirroring.DesiredDBMirrors.DiscoveryDataSource Default

Source Code:

<Discovery ID="RABurri.SQLServer.Mirroring.DesiredDBMirrors.Discovery" Enabled="false" Target="RABurri.SQLServer.Mirroring.ComponentGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="RABurri.SQLServer.Mirroring.ComponentGroup.wDCM">
<Property TypeID="RABurri.SQLServer.Mirroring.ComponentGroup" PropertyID="MirroringGUID"/>
<Property TypeID="RABurri.SQLServer.Mirroring.ComponentGroup" PropertyID="DesiredMasterComputerPrincipalName"/>
<Property TypeID="RABurri.SQLServer.Mirroring.ComponentGroup" PropertyID="DesiredMasterDBEngineInstanceName"/>
<Property TypeID="RABurri.SQLServer.Mirroring.ComponentGroup" PropertyID="DesiredMirrorComputerPrincipalName"/>
<Property TypeID="RABurri.SQLServer.Mirroring.ComponentGroup" PropertyID="DesiredMirrorDBEngineInstanceName"/>
<Property TypeID="RABurri.SQLServer.Mirroring.ComponentGroup" PropertyID="DesiredMirroringMode"/>
</DiscoveryClass>
<DiscoveryClass TypeID="RABurri.SQLServer.MirroredDatabase">
<Property TypeID="RABurri.SQLServer.MirroredDatabase" PropertyID="DesiredMirroringRole"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="RABurri.SQLServer.Mirroring.DesiredDBMirrors.DiscoveryDataSource">
<XMLFilePath>c:\DesiredDBMirrors.xml</XMLFilePath>
<Debug>false</Debug>
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>