IDatabaseIndex.IndexedObject Property

The object that is indexed.

Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Property IndexedObject As IDatabaseColumnSource
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)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseColumnSource

.NET Framework Security

See Also

Reference

IDatabaseIndex Interface

Microsoft.Data.Schema.SchemaModel.Abstract Namespace