ArcObjects Library Reference (GeoDatabase)  

IFeatureWorkspaceManage3.RebuildSystemTableIndexes Method

Rebuild indices on key ArcSDE system tables.

[Visual Basic .NET]
Public Sub RebuildSystemTableIndexes ( _
)
[C#]
public void RebuildSystemTableIndexes (
);
[C++]
HRESULT RebuildSystemTableIndexes(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Errors Returned

FDO_E_SE_FAILURE, FDO_E_TABLE_NOT_FOUND

Remarks

Rebuilds the indexes on the appropriate geodatabase system tables for the workspace.

See Also

IFeatureWorkspaceManage3 Interface