Provides access to members that analyze a dataset.
Product Availability
Members
Description | ||
---|---|---|
AllowableComponents | The allowable components to be analyzed. | |
Analyze | Analyze the data to update/generate DBMS statistics. |
CoClasses that implement IDatasetAnalyze
CoClasses and Classes | Description |
---|---|
FeatureClass | ESRI Feature Class object. |
FeatureDataset | ESRI Feature Dataset object. |
MosaicDataset (esriDataSourcesRaster) | A mosaic dataset object. |
NetworkDataset | A container for querying information about a network dataset. |
ObjectClass | ESRI Object Class object. |
RasterCatalog | A collection of raster datasets in a Geodatabase table. |
RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |
StreetNetwork | A container for describing a street network. |
Table | ESRI Table object. |
Terrain (esriGeoDatabaseExtensions) | The ESRI Terrain component. |
UtilityNetwork | A container for describing a utility network. |
Remarks
IDatasetAnalyze is an optional interface that updates database table and index statistics for the dataset. The IDatasetAnalyze interface is available on datasets in an ArcSDE geodatabase. Datasets in Personal or File geodatabases do not support this interface.
When applied to a feature dataset, Analyze updates the statistics for all of the tables.
The AllowableComponents property indicates which parts of the table or feature class can be analyzed. The returned value is based on the esriTableComponents enumeration. Members from this enumeration can be bitwise ord together.
DBMS statistics are important for efficient query performancethis is most relevant to ArcSDE geodatabases. You can determine whether your geodatabase supports DBMS statistics with IWorkspaceProperties.