IsFullTextEnabled Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The IsFullTextEnabled property is TRUE if the referenced database is selected for participation in Microsoft Search full-text queries.
Syntaxe
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);
Notes
Set database participation in Microsoft Search full-text queries using the EnableFullTextCatalogs and DisableFullTextCatalogs methods.