Share via


ISqlFulltextIndexedObject.FullTextIndex (Propiedad)

Obtiene la lista de índices de texto completo aplicables a este objeto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlFulltextIndexedObject Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)