ISql100TableTypeUniqueConstraint.ColumnSpecifications - свойство
Получает список столбцов, включенных в ограничение уникальности.
Пространство имен: Microsoft.Data.Schema.Sql.SchemaModel
Сборка: Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)
Синтаксис
'Декларация
ReadOnly Property ColumnSpecifications As IList(Of ISql100TableTypeIndexedColumnSpecification)
Get
IList<ISql100TableTypeIndexedColumnSpecification> ColumnSpecifications { get; }
property IList<ISql100TableTypeIndexedColumnSpecification^>^ ColumnSpecifications {
IList<ISql100TableTypeIndexedColumnSpecification^>^ get ();
}
abstract ColumnSpecifications : IList<ISql100TableTypeIndexedColumnSpecification>
function get ColumnSpecifications () : IList<ISql100TableTypeIndexedColumnSpecification>
Значение свойства
Тип: System.Collections.Generic.IList<ISql100TableTypeIndexedColumnSpecification>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.