ISqlLegacyDataConstraints.BoundTargets-Eigenschaft

Ruft die Liste der Ziele für die Einschränkung ab.

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)
    Get
IList<ISqlLegacyDataConstraintTarget> BoundTargets { get; }
property IList<ISqlLegacyDataConstraintTarget^>^ BoundTargets {
    IList<ISqlLegacyDataConstraintTarget^>^ get ();
}
abstract BoundTargets : IList<ISqlLegacyDataConstraintTarget>
function get BoundTargets () : IList<ISqlLegacyDataConstraintTarget>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlLegacyDataConstraints Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace