ISql90Index.IncludedColumns 属性

获取要编制索引的列的列表。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90Index 接口

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