Dela via


ISql90SpecifiesTable.GetConstraintsRelationship Method

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>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql90SpecifiesTable, ISql90Constraint>

.NET Framework Security

See Also

Reference

ISql90SpecifiesTable Interface

ISql90SpecifiesTable Members

GetConstraintsRelationship Overload

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