ArcObjects Library Reference (GeoDatabase)  

IDatasetAnalyze.Analyze Method

Analyze the data to update/generate DBMS statistics.

[Visual Basic .NET]
Public Sub Analyze ( _
    ByVal tableComponents As Integer _
)
[C#]
public void Analyze (
    int tableComponents
);
[C++]
HRESULT Analyze(
  long tableComponents
);
[C++]

Parameters

tableComponents [in]   tableComponents is a parameter of type long

Product Availability

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

Remarks

When applied to a feature dataset, Analyze updates the statistics for all of the tables.

See Also

IDatasetAnalyze Interface