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 命名空间