Share via


ISqlLegacyDataConstraints.BoundTargets Property

Gets the list of targets of the constraint.

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

Syntax

'Declaration
ReadOnly Property BoundTargets As IList(Of ISqlLegacyDataConstraintTarget)
IList<ISqlLegacyDataConstraintTarget> BoundTargets { get; }
property IList<ISqlLegacyDataConstraintTarget^>^ BoundTargets {
    IList<ISqlLegacyDataConstraintTarget^>^ get ();
}
abstract BoundTargets : IList<ISqlLegacyDataConstraintTarget>
function get BoundTargets () : IList<ISqlLegacyDataConstraintTarget>

Property Value

Type: System.Collections.Generic.IList<ISqlLegacyDataConstraintTarget>

.NET Framework Security

See Also

Reference

ISqlLegacyDataConstraints Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace