IDatabaseColumn.GetParentRelationship – metoda
Vrátí IModelReverseSingleRelationship mezi touto IDatabaseColumn a jeho IDatabaseColumnSource.
Obor názvů: Microsoft.Data.Schema.SchemaModel.Abstract
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Vrácená hodnota
Typ: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<IDatabaseColumn, IDatabaseColumnSource>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.