Sdílet prostřednictvím


ISql90XmlIndexedObject.XmlIndex – vlastnost

Získá seznam XML indexy, které jsou spojeny s tímto objektem.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90XmlIndexedObject Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů