Share via


IIndex.IndexedObject Property

Gets or sets an indexed object source.

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

Syntax

'Declaration
Property IndexedObject As IColumnSource
'Usage
Dim instance As IIndex 
Dim value As IColumnSource 

value = instance.IndexedObject

instance.IndexedObject = value
IColumnSource IndexedObject { get; set; }
property IColumnSource^ IndexedObject {
    IColumnSource^ get ();
    void set (IColumnSource^ value);
}
function get IndexedObject () : IColumnSource 
function set IndexedObject (value : IColumnSource)

Property Value

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

.NET Framework Security

See Also

Reference

IIndex Interface

IIndex Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace