This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetAnalyze Interface > IDatasetAnalyze.Analyze Method (ArcObjects .NET 10.4 SDK) |
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
When applied to a feature dataset, Analyze updates the statistics for all of the tables.