Freigeben über


ISqlSpecifiesTable.GetConstraintsRelationship-Methode

Gibt eine IModelReverseMultiRelationship zwischen this und der zugeordneten ISqlConstraint zurück.

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>

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlSpecifiesTable Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace