IColumn.GetParentRelationship Method
Returns the parent relationship.
Namespace: Microsoft.Data.Schema.SchemaModel.Abstract
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetParentRelationship As IModelReverseSingleRelationship(Of IColumn, IColumnSource)
'Usage
Dim instance As IColumn
Dim returnValue As IModelReverseSingleRelationship(Of IColumn, IColumnSource)
returnValue = instance.GetParentRelationship()
IModelReverseSingleRelationship<IColumn, IColumnSource> GetParentRelationship()
IModelReverseSingleRelationship<IColumn^, IColumnSource^>^ GetParentRelationship()
function GetParentRelationship() : IModelReverseSingleRelationship<IColumn, IColumnSource>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<IColumn, IColumnSource>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.