Sdílet prostřednictvím


ISqlLegacyDataConstraints.BoundTargets – vlastnost

Získá seznam cílů omezení.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlLegacyDataConstraints Rozhraní

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