IDatabaseIndex.IndexedObject 属性

已编制索引的对象。

命名空间:  Microsoft.Data.Schema.SchemaModel.Abstract
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Property IndexedObject As IDatabaseColumnSource
    Get
    Set
IDatabaseColumnSource IndexedObject { get; set; }
property IDatabaseColumnSource^ IndexedObject {
    IDatabaseColumnSource^ get ();
    void set (IDatabaseColumnSource^ value);
}
abstract IndexedObject : IDatabaseColumnSource with get, set
function get IndexedObject () : IDatabaseColumnSource
function set IndexedObject (value : IDatabaseColumnSource)

属性值

类型:Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseColumnSource

.NET Framework 安全性

请参见

参考

IDatabaseIndex 接口

Microsoft.Data.Schema.SchemaModel.Abstract 命名空间