ISql90XmlIndexedObject.XmlIndex 屬性

取得與此物件關聯的 XML 索引清單。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IList<ISql90XmlIndex>

.NET Framework 安全性

請參閱

參考

ISql90XmlIndexedObject 介面

Microsoft.Data.Schema.Sql.SchemaModel 命名空間