Freigeben über


IDatabaseIndex.GetIndexedObjectRelationship-Methode

Gibt die IModelSingleRelationship zwischen diesem IDatabaseIndex und der entsprechenden IDatabaseColumnSource zurück.

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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseIndex Schnittstelle

Microsoft.Data.Schema.SchemaModel.Abstract-Namespace