ISql100TableTypeConstraint.GetParentRelationship Method
Returns an IModelReverseSingleRelationship between this and the associated ISql100TableType.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetParentRelationship As IModelReverseSingleRelationship(Of ISql100TableTypeConstraint, ISql100TableType)
IModelReverseSingleRelationship<ISql100TableTypeConstraint, ISql100TableType> GetParentRelationship()
IModelReverseSingleRelationship<ISql100TableTypeConstraint^, ISql100TableType^>^ GetParentRelationship()
abstract GetParentRelationship : unit -> IModelReverseSingleRelationship<ISql100TableTypeConstraint, ISql100TableType>
function GetParentRelationship() : IModelReverseSingleRelationship<ISql100TableTypeConstraint, ISql100TableType>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<ISql100TableTypeConstraint, ISql100TableType>
.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.