Freigeben über


IDatabaseColumn.GetParentRelationship-Methode

Gibt die IModelReverseSingleRelationship zwischen dieser IDatabaseColumn und ihrer IDatabaseColumnSource zurück.

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

Syntax

'Declaration
Function GetParentRelationship As IModelReverseSingleRelationship(Of IDatabaseColumn, IDatabaseColumnSource)
IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource> GetParentRelationship()
IModelReverseSingleRelationship<IDatabaseColumn^, IDatabaseColumnSource^>^ GetParentRelationship()
abstract GetParentRelationship : unit -> IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource> 
function GetParentRelationship() : IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource>

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource>

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseColumn Schnittstelle

Microsoft.Data.Schema.SchemaModel.Abstract-Namespace