Proprietà FullTextIndex.IsEnabled

Gets the Boolean property value that specifies whether the referenced full-text index is configured to participate in Microsoft Search full-text indexing.

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

Sintassi

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

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

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether the full-text index is enabled and participating in full-text indexing.If True, the full-text index is participating in full-text indexing.If False (default), the full-text index is disabled and not configured to participate in full-text indexing.

Esempi

Implementazione della ricerca full-text

Vedere anche

Riferimento

FullTextIndex Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Cenni preliminari sulla ricerca full-text

CREATE FULLTEXT INDEX (Transact-SQL)