MSSQL Reporting Services: Data Source for Deployment discovery
Microsoft.SQLServer.ReportingServices.Core.DataSource.Deployment (DataSourceModuleType)
Microsoft SQL Server Reporting Services Deployment discovery Data Source.
Element properties:
Member Modules:
Overrideable Parameters:
Source Code:
<DataSourceModuleType ID="Microsoft.SQLServer.ReportingServices.Core.DataSource.Deployment" Accessibility="Internal" RunAs="SqlCoreLib!Microsoft.SQLServer.Core.RunAs.SDK">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DeploymentName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SSRSInstances" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBServerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBInstanceName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DBName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TempDBName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="SyncTime" ParameterType="string" Selector="$Config/SyncTime$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SQLServer.ReportingServices.Core.ProbeAction.Deployment">
<DeploymentName>$Config/DeploymentName$</DeploymentName>
<SSRSInstances>$Config/SSRSInstances$</SSRSInstances>
<DBServerName>$Config/DBServerName$</DBServerName>
<DBInstanceName>$Config/DBInstanceName$</DBInstanceName>
<DBName>$Config/DBName$</DBName>
<TempDBName>$Config/TempDBName$</TempDBName>
<DeploymentClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.Deployment']$</DeploymentClassId>
<DeploymentWatcherClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentWatcher']$</DeploymentWatcherClassId>
<EventLogCollectionTargetClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.EventLogCollectionTarget']$</EventLogCollectionTargetClassId>
<DeploymentContainsRSInstanceRelId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentContainsRSInstance']$</DeploymentContainsRSInstanceRelId>
<DeploymentContainsDBRelId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentContainsDB']$</DeploymentContainsDBRelId>
<DeploymentReferencesDeploymentWatcherRelId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.DeploymentReferencesDeploymentWatcher']$</DeploymentReferencesDeploymentWatcherRelId>
<RsGenericInstanceClassId>$MPElement[Name='Microsoft.SQLServer.ReportingServices.Core.Instance']$</RsGenericInstanceClassId>
<HealthServiceClassId>$MPElement[Name='SC!Microsoft.SystemCenter.HealthService']$</HealthServiceClassId>
<HealthServiceShouldManageEntityRelId>$MPElement[Name='SC!Microsoft.SystemCenter.HealthServiceShouldManageEntity']$</HealthServiceShouldManageEntityRelId>
<DiscoverySourceObjectId>$MPElement$</DiscoverySourceObjectId>
<DiscoverySourceManagedEntityId>$Target/Id$</DiscoverySourceManagedEntityId>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<Publisher>SQLReportingServicesDeployment</Publisher>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>