HasFullTextIndexedTables Property
Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The HasFullTextIndexedTables property reports Microsoft Search full-text catalog use.
Sintassi
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);
Osservazioni
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.