|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetAnalyze
Provides access to members that analyze a dataset.
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 or’d together.
DBMS statistics are important for efficient query performance—this is most relevant to ArcSDE geodatabases. You can determine whether your geodatabase supports DBMS statistics with IWorkspaceProperties.
Method Summary | |
---|---|
void |
analyze(int tableComponents)
Analyze the data to update/generate DBMS statistics. |
int |
getAllowableComponents()
The allowable components to be analyzed. |
Method Detail |
---|
void analyze(int tableComponents) throws IOException, AutomationException
When applied to a feature dataset, Analyze updates the statistics for all of the tables.
tableComponents
- The tableComponents (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAllowableComponents() throws IOException, AutomationException
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 or’d together.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |