Iniciar servicio SQL Integration Services

Microsoft.SQLServer.2012.IntegrationServices.StartService (Task)

Inicie el servicio SQL Integration Services.
Tenga en cuenta que todas las ediciones de SQL Express solo admiten el Asistente para importación y exportación de SQL Server, junto con los conectores de origen de datos integrados.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Default

Source Code:

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