SQLServer.Database.Table.Index Object
Drops and re-creates the index.
Index.Rebuild
HRESULT pIndex->Rebuild ( );
If you need to redefine an Index (for example, change the fill factor or add a column), then you must first Remove the Index, then Add a new one.