SQL 전체 텍스트 필터 데몬 시작 관리자 서비스 시작

Microsoft.SQLServer.2014.StartSQLFullTextSearchService (Task)

SQL 전체 텍스트 필터 데몬 시작 관리자 서비스를 시작합니다. SQL 전체 텍스트 검색 기능은 SQL Server Express with Advanced Services를 제외한 모든 버전의 SQL Server Express에서 사용할 수 없습니다.

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Microsoft.SQLServer.2014.SecureReference.Task

Source Code:

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