Deletes an index from this object class.
[Visual Basic 6.0] Sub DeleteIndex(
ByVal Index As IIndex _
)
[Visual Basic .NET] Public Sub DeleteIndex ( _ ByVal Index As IIndex _ )
[C#] public void DeleteIndex ( IIndex Index );
[Java] public void deleteIndex ( IIndex Index ) throws IOException, AutomationException
[C++] HRESULT DeleteIndex( IIndex* Index );
Prior to deleting an index from a class, an exclusive schema lock should be obtained using the ISchemaLock interface.