ArcObjects Library Reference (GeoDatabase)  

IFeatureWorkspaceManage3.AnalyzeSystemTables Method

Analyze the system tables of the database to generate DBMS statistics on them.

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

Product Availability

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

Errors Returned

FDO_E_SE_FAILURE, FDO_E_TABLE_NOT_FOUND

Remarks

Analyzes statistics on the appropriate geodatabase system tables for the workspace.

See Also

IFeatureWorkspaceManage3 Interface