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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.