IsFullTextEnabled Property
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The IsFullTextEnabled property is TRUE if the referenced database is selected for participation in Microsoft Search full-text queries.
구문
object
.IsFullTextEnabled
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetIsFullTextEnabled(LPBOOL pRetVal);
주의
Set database participation in Microsoft Search full-text queries using the EnableFullTextCatalogs and DisableFullTextCatalogs methods.
Applies To:
참고 항목
참조
DisableFullTextCatalogs Method
EnableFullTextCatalogs Method