Compartilhar via


Propriedade ISqlFulltextIndexedObject.FullTextIndex

Obtém a lista de índices de texto completo que se aplicam a este objeto.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlFulltextIndexedObject Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel