IMutableDatabaseTable.Indexes Property

Gets a collection of table indexes.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Indexes As IMutableMetadataCollection(Of IIndex)
    Get
'Usage
Dim instance As IMutableDatabaseTable
Dim value As IMutableMetadataCollection(Of IIndex)

value = instance.Indexes
IMutableMetadataCollection<IIndex> Indexes { get; }
property IMutableMetadataCollection<IIndex^>^ Indexes {
    IMutableMetadataCollection<IIndex^>^ get ();
}
abstract Indexes : IMutableMetadataCollection<IIndex>
function get Indexes () : IMutableMetadataCollection<IIndex>