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 命名空間