Compartir a través de


ISql90XmlIndexedObject.XmlIndex (Propiedad)

Obtiene la lista de índices XML asociados 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 XmlIndex As IList(Of ISql90XmlIndex)
    Get
IList<ISql90XmlIndex> XmlIndex { get; }
property IList<ISql90XmlIndex^>^ XmlIndex {
    IList<ISql90XmlIndex^>^ get ();
}
abstract XmlIndex : IList<ISql90XmlIndex>
function get XmlIndex () : IList<ISql90XmlIndex>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90XmlIndexedObject Interfaz

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