Partager via


Propriété Column.IsFullTextIndexed

Gets the Boolean property value that specifies whether the column participates in a full-text index.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsFullTextIndexed As Boolean 
    Get
'Utilisation
Dim instance As Column 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether the column participates in a full-text index. If True, the column is used by a full-text index. Otherwise, False (default).

Notes

[!REMARQUE]

The value of the IsFullTextIndexed property is always treated as false by columns based on the UserDefinedTableType object.

Exemples

Utilisation des objets de base de données

Voir aussi

Référence

Column Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Implémentation de la recherche en texte intégral