ISqlColumn.GetParentRelationship Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetParentRelationship As IModelReverseSingleRelationship(Of ISqlColumn, ISqlColumnSource)
'Usage
Dim instance As ISqlColumn
Dim returnValue As IModelReverseSingleRelationship(Of ISqlColumn, ISqlColumnSource)
returnValue = instance.GetParentRelationship()
IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource> GetParentRelationship()
IModelReverseSingleRelationship<ISqlColumn^, ISqlColumnSource^>^ GetParentRelationship()
function GetParentRelationship() : IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource>
.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.