共用方式為


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.