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


ColumnDefinition.Constraints - свойство

Получает список ограничений для данного столбца.

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

Синтаксис

'Декларация
Public ReadOnly Property Constraints As IList(Of Constraint)
    Get
public IList<Constraint> Constraints { get; }
public:
property IList<Constraint^>^ Constraints {
    IList<Constraint^>^ get ();
}
member Constraints : IList<Constraint>
function get Constraints () : IList<Constraint>

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

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

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

См. также

Ссылки

ColumnDefinition Класс

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