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

Microsoft.SQLServer.2016.StopSQLFullTextSearchService (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.StopSQLFullTextSearchService" 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 stop $Target/Property[Type="SQL2016Core!Microsoft.SQLServer.2016.DBEngine"]/FullTextSearchServiceName$</CommandLine>
<TimeoutSeconds>300</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>