Proprietà FullTextCatalog.HasFullTextIndexedTables

Gets a Boolean property value that specifies whether the full-text catalog is used by at least one table for index data storage.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property HasFullTextIndexedTables As Boolean 
    Get
'Utilizzo
Dim instance As FullTextCatalog 
Dim value As Boolean 

value = instance.HasFullTextIndexedTables
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool HasFullTextIndexedTables { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool HasFullTextIndexedTables {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member HasFullTextIndexedTables : bool
function get HasFullTextIndexedTables () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether the full-text catalog is used by at least one table.If True, at least one table uses the referenced full-text catalog for index data storage.If False, no tables use the referenced full-text catalog.

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextCatalog Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT CATALOG (Transact-SQL)