RebuildIndex Method

Description

Dynamically rebuilds the index associated with this primary or unique Key. Calling this method does not require changes to the table constraints.

Visual Basic

Key.RebuildIndex

C++

HRESULT pKey->RebuildIndex ( );

Remarks

If the Key.FillFactor property has been changed, RebuildIndex will use the new fill factor value.