IIndex.GetIndexedObjectRelationship Method

Returns an indexed object relationship.

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

Syntax

'Declaration
Function GetIndexedObjectRelationship As IModelSingleRelationship(Of IIndex, IColumnSource)
'Usage
Dim instance As IIndex
Dim returnValue As IModelSingleRelationship(Of IIndex, IColumnSource)

returnValue = instance.GetIndexedObjectRelationship()
IModelSingleRelationship<IIndex, IColumnSource> GetIndexedObjectRelationship()
IModelSingleRelationship<IIndex^, IColumnSource^>^ GetIndexedObjectRelationship()
function GetIndexedObjectRelationship() : IModelSingleRelationship<IIndex, IColumnSource>
abstract GetIndexedObjectRelationship : unit -> IModelSingleRelationship<IIndex, IColumnSource> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IIndex, IColumnSource>
Returns a IModelSingleRelationship<TRelating, TRelated>.

.NET Framework Security

See Also

Reference

IIndex Interface

IIndex Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace