Share via


ISql100TableType.GetConstraintsRelationship Method

Returns an IModelMultiRelationship between this and the associated ISql100TableTypeConstraint.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetConstraintsRelationship As IModelMultiRelationship(Of ISql100TableType, ISql100TableTypeConstraint)
IModelMultiRelationship<ISql100TableType, ISql100TableTypeConstraint> GetConstraintsRelationship()
IModelMultiRelationship<ISql100TableType^, ISql100TableTypeConstraint^>^ GetConstraintsRelationship()
abstract GetConstraintsRelationship : unit -> IModelMultiRelationship<ISql100TableType, ISql100TableTypeConstraint> 
function GetConstraintsRelationship() : IModelMultiRelationship<ISql100TableType, ISql100TableTypeConstraint>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISql100TableType, ISql100TableTypeConstraint>

.NET Framework Security

See Also

Reference

ISql100TableType Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace