Partager via


IsEnabled propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property IsEnabled As Boolean
    Get
'Utilisation
Dim instance As FullTextIndex
Dim value As Boolean

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

Valeur de la propriété

Type : 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.