Sdílet prostřednictvím


ISqlSpecifiesTable.GetConstraintsRelationship – metoda

Vrátí IModelReverseMultiRelationship mezi this a přidruženého ISqlConstraint.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlSpecifiesTable Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů