ISql90SpecifiesTable.GetConstraintsRelationship Method

Gets a constraints relationship.

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

Syntax

'Declaration
Function GetConstraintsRelationship As IModelReverseMultiRelationship(Of ISql90SpecifiesTable, ISql90Constraint)
'Usage
Dim instance As ISql90SpecifiesTable
Dim returnValue As IModelReverseMultiRelationship(Of ISql90SpecifiesTable, ISql90Constraint)

returnValue = instance.GetConstraintsRelationship()
IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint> GetConstraintsRelationship()
IModelReverseMultiRelationship<ISql90SpecifiesTable^, ISql90Constraint^>^ GetConstraintsRelationship()
function GetConstraintsRelationship() : IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
abstract GetConstraintsRelationship : unit -> IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>
Returns a IModelReverseMultiRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90SpecifiesTable Interface

ISql90SpecifiesTable Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace