Stop Reporting Service

Microsoft.SQLServer.ReportingServices.Windows.Task.Instance.StopService (Task)

Stop Reporting Service.

Element properties:

TargetMicrosoft.SQLServer.ReportingServices.Windows.Instance
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.SQLServer.ReportingServices.Windows.WriteAction.ServiceControl Microsoft.SQLServer.Core.RunAs.Task

Source Code:

<Task ID="Microsoft.SQLServer.ReportingServices.Windows.Task.Instance.StopService" Target="RsDiscW!Microsoft.SQLServer.ReportingServices.Windows.Instance" Accessibility="Internal" Enabled="true" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.SQLServer.ReportingServices.Windows.WriteAction.ServiceControl" RunAs="SqlCoreLib!Microsoft.SQLServer.Core.RunAs.Task">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="RsDiscW!Microsoft.SQLServer.ReportingServices.Windows.Instance"]/ServiceName$</ServiceName>
<ServiceCommand>Stop</ServiceCommand>
<TimeoutSeconds>300</TimeoutSeconds>
<Publisher>SQLReportingServicesMonitoringWindows</Publisher>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</WriteAction>
</Task>