HasFullTextIndexedTables Property
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
The HasFullTextIndexedTables property reports Microsoft Search full-text catalog use.
Sintaxis
object
.HasFullTextIndexedTables
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetHasFullTextIndexedTables(LPBOOL pRetVal);
Comentarios
If TRUE, at least one table uses the referenced Microsoft Search full-text catalog for index data storage.
If FALSE, the full-text catalog is not currently used for index data storage.