ISqlIndex.IndexedObject 屬性

取得或設定已建立索引的物件。

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

語法

'宣告
Property IndexedObject As ISqlColumnSource
    Get
    Set
ISqlColumnSource IndexedObject { get; set; }
property ISqlColumnSource^ IndexedObject {
    ISqlColumnSource^ get ();
    void set (ISqlColumnSource^ value);
}
abstract IndexedObject : ISqlColumnSource with get, set
function get IndexedObject () : ISqlColumnSource
function set IndexedObject (value : ISqlColumnSource)

屬性值

型別:Microsoft.Data.Schema.Sql.SchemaModel.ISqlColumnSource

.NET Framework 安全性

請參閱

參考

ISqlIndex 介面

IndexedObject 多載

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