Поделиться через


ISqlLegacyDataConstraints.BoundTargets - свойство

Получает список целевых объектов ограничения.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<ISqlLegacyDataConstraintTarget>

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlLegacyDataConstraints Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен