Share via


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

See Also

Reference

ISql100TableTypeConstraint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace