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