Partager via


ISqlFulltextIndexedObject.FullTextIndex, propriété

Obtient la liste des index de recherche en texte intégral qui s'appliquent à cet objet.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
ReadOnly Property FullTextIndex As IList(Of ISqlFullTextIndex)
    Get
IList<ISqlFullTextIndex> FullTextIndex { get; }
property IList<ISqlFullTextIndex^>^ FullTextIndex {
    IList<ISqlFullTextIndex^>^ get ();
}
abstract FullTextIndex : IList<ISqlFullTextIndex>
function get FullTextIndex () : IList<ISqlFullTextIndex>

Valeur de propriété

Type : System.Collections.Generic.IList<ISqlFullTextIndex>

Sécurité .NET Framework

Voir aussi

Référence

ISqlFulltextIndexedObject Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms