IRelationalIndex.IndexedColumns Property
Gets the collection of columns that are participating in the index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IndexedColumns As IMetadataOrderedCollection(Of IIndexedColumn)
Get
'Usage
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>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataOrderedCollection<IIndexedColumn>
The IMetadataCollection<T> of IIndexedColumn that contains the columns that are participating in the index.