Provides access to members that rebuild dataset indexes.
Members
Name | Description | |
---|---|---|
RebuildIndexes | Rebuild databases indexes of the dataset. |
IRebuildIndexes.RebuildIndexes Method
Rebuild databases indexes of the dataset.
Public Sub RebuildIndexes ( _
ByVal deltaOnly As Boolean _
)
public void RebuildIndexes (
bool deltaOnly
);
Classes that implement IRebuildIndexes
Classes | Description |
---|
Remarks
Rebuilds all indexes on the feature class, table or feature classes contained by a feature dataset. If True is passed only the delta tables associated with versioned object(s) will have their indexes rebuilt. If the object is not registered as versioned no work will be done. If False is passed the delta tables and the business table will have their indexes rebuilt.