Compartilhar via


Propriedade do RDL 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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property HasFullTextIndexedTables As Boolean 
    Get
'Uso
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

Valor da propriedade

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.

Exemplos

Implementando a pesquisa de texto completo

Consulte também

Referência

FullTextCatalog Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Visão geral da pesquisa de texto completo

CREATE FULLTEXT CATALOG (Transact-SQL)