SQL Reporting Services 서비스 중지

Microsoft.SQLServer.2012.ReportingServices.StopService (Task)

SQL Reporting Services 서비스를 중지합니다.
SQL Server Reporting Services Windows 서비스는 SQL Server Express with Advanced Services를 제외한 모든 버전의 SQL Server Express에서 지원되지 않습니다.

Element properties:

TargetMicrosoft.SQLServer.2012.ReportingServices
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Microsoft.SQLServer.2012.ReportingServices.StopService" Target="SQL2012Core!Microsoft.SQLServer.2012.ReportingServices" Accessibility="Internal" Enabled="true" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="System!System.CommandExecuter">
<ApplicationName/>
<WorkingDirectory/>
<CommandLine>net stop $Target/Property[Type="SQL!Microsoft.SQLServer.ReportingServices"]/ServiceName$ /y</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>