Freigeben über


ISqlColumn.GetParentRelationship-Methode

Gibt eine IModelReverseSingleRelationship zwischen this und der zugeordneten ISqlColumnSource zurück.

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

Syntax

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

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlColumn Schnittstelle

GetParentRelationship-Überladung

Microsoft.Data.Schema.Sql.SchemaModel-Namespace