Método IDatabaseColumn.GetParentRelationship

Retorna o IModelReverseSingleRelationship entre esta IDatabaseColumn e seus IDatabaseColumnSource.

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

Sintaxe

'Declaração
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 de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IDatabaseColumn Interface

Namespace Microsoft.Data.Schema.SchemaModel.Abstract