IDatabaseIndex.GetIndexedObjectRelationship Method

Returns the IModelSingleRelationship between this IDatabaseIndex and the corresponding IDatabaseColumnSource.

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

Syntax

'Declaration
Function GetIndexedObjectRelationship As IModelSingleRelationship(Of IDatabaseIndex, IDatabaseColumnSource)
IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource> GetIndexedObjectRelationship()
IModelSingleRelationship<IDatabaseIndex^, IDatabaseColumnSource^>^ GetIndexedObjectRelationship()
abstract GetIndexedObjectRelationship : unit -> IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource> 
function GetIndexedObjectRelationship() : IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<IDatabaseIndex, IDatabaseColumnSource>

.NET Framework Security

See Also

Reference

IDatabaseIndex Interface

Microsoft.Data.Schema.SchemaModel.Abstract Namespace