SQL フルテキスト フィルター デーモン ランチャー サービスを開始する

Microsoft.SQLServer.2016.StartSQLFullTextSearchService (Task)

SQL フルテキスト フィルター デーモン ランチャー サービスを開始します。SQL フルテキスト検索機能は、Advanced Services 付きの SQL Server Express 以外の SQL Server Express エディションでは利用できません。

Element properties:

TargetMicrosoft.SQLServer.2016.DBEngine
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Microsoft.SQLServer.TaskAccount

Source Code:

<Task ID="Microsoft.SQLServer.2016.StartSQLFullTextSearchService" Target="SQL2016Core!Microsoft.SQLServer.2016.DBEngine" Accessibility="Internal" Enabled="true" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="System!System.CommandExecuter" RunAs="GPMP!Microsoft.SQLServer.TaskAccount">
<ApplicationName/>
<WorkingDirectory/>
<CommandLine>net start $Target/Property[Type="SQL2016Core!Microsoft.SQLServer.2016.DBEngine"]/FullTextSearchServiceName$</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>