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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.