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 安全性

请参见

参考

ISql100TableTypeUniqueConstraint 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间