Condividi tramite


Proprietà ISqlFulltextIndexedObject.FullTextIndex

Ottiene l'elenco di indici full-text che si applicano a questo oggetto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFulltextIndexedObject Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel