Compartir a través de


IDatabaseColumn.GetParentRelationship (Método)

Devuelve la interfaz IModelReverseSingleRelationship entre esta interfaz IDatabaseColumn y su interfaz IDatabaseColumnSource.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel.Abstract
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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>

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseColumn Interfaz

Microsoft.Data.Schema.SchemaModel.Abstract (Espacio de nombres)