Condividi tramite


Proprietà ISql90XmlIndexedObject.XmlIndex

Ottiene l'elenco degli indici XML associati 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 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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90XmlIndexedObject Interfaccia

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