Share via


ISqlLegacyDataConstraints.GetBoundTargetsRelationship Method

Returns an IModelMultiRelationship between this and the associated ISqlLegacyDataConstraintTarget.

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

Syntax

'Declaration
Function GetBoundTargetsRelationship As IModelMultiRelationship(Of ISqlLegacyDataConstraints, ISqlLegacyDataConstraintTarget)
IModelMultiRelationship<ISqlLegacyDataConstraints, ISqlLegacyDataConstraintTarget> GetBoundTargetsRelationship()
IModelMultiRelationship<ISqlLegacyDataConstraints^, ISqlLegacyDataConstraintTarget^>^ GetBoundTargetsRelationship()
abstract GetBoundTargetsRelationship : unit -> IModelMultiRelationship<ISqlLegacyDataConstraints, ISqlLegacyDataConstraintTarget> 
function GetBoundTargetsRelationship() : IModelMultiRelationship<ISqlLegacyDataConstraints, ISqlLegacyDataConstraintTarget>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelMultiRelationship<ISqlLegacyDataConstraints, ISqlLegacyDataConstraintTarget>

.NET Framework Security

See Also

Reference

ISqlLegacyDataConstraints Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace