IndexedColumns 属性

Gets the collection of columns that are participating in the index.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property IndexedColumns As IMetadataOrderedCollection(Of IIndexedColumn)
    Get
用法
Dim instance As IRelationalIndex
Dim value As IMetadataOrderedCollection(Of IIndexedColumn)

value = instance.IndexedColumns
IMetadataOrderedCollection<IIndexedColumn> IndexedColumns { get; }
property IMetadataOrderedCollection<IIndexedColumn^>^ IndexedColumns {
    IMetadataOrderedCollection<IIndexedColumn^>^ get ();
}
abstract IndexedColumns : IMetadataOrderedCollection<IIndexedColumn>
function get IndexedColumns () : IMetadataOrderedCollection<IIndexedColumn>

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataOrderedCollection< (Of < ( <'IIndexedColumn> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IIndexedColumn that contains the columns that are participating in the index.