ISqlSpecifiesIndex.ColumnSpecifications 属性

获取对其编制索引的列的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property ColumnSpecifications As IList(Of ISqlIndexedColumnSpecification)
    Get
IList<ISqlIndexedColumnSpecification> ColumnSpecifications { get; }
property IList<ISqlIndexedColumnSpecification^>^ ColumnSpecifications {
    IList<ISqlIndexedColumnSpecification^>^ get ();
}
abstract ColumnSpecifications : IList<ISqlIndexedColumnSpecification>
function get ColumnSpecifications () : IList<ISqlIndexedColumnSpecification>

属性值

类型:System.Collections.Generic.IList<ISqlIndexedColumnSpecification>

.NET Framework 安全性

请参见

参考

ISqlSpecifiesIndex 接口

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