ISqlSpecifiesTable.GetConstraintsRelationship Method

Returns an IModelReverseMultiRelationship between this and the associated ISqlConstraint.

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

Syntax

'Declaration
Function GetConstraintsRelationship As IModelReverseMultiRelationship(Of ISqlSpecifiesTable, ISqlConstraint)
IModelReverseMultiRelationship<ISqlSpecifiesTable, ISqlConstraint> GetConstraintsRelationship()
IModelReverseMultiRelationship<ISqlSpecifiesTable^, ISqlConstraint^>^ GetConstraintsRelationship()
abstract GetConstraintsRelationship : unit -> IModelReverseMultiRelationship<ISqlSpecifiesTable, ISqlConstraint> 
function GetConstraintsRelationship() : IModelReverseMultiRelationship<ISqlSpecifiesTable, ISqlConstraint>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlSpecifiesTable, ISqlConstraint>

.NET Framework Security

See Also

Reference

ISqlSpecifiesTable Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace