The State property of the Dimension interface contains an enumeration constant indicating the difference between the dimension object referenced by the client application and the corresponding dimension on the OLAP server.
clsAggregationDimension | clsDatabaseDimension |
OlapStateTypes (an enumeration)
Read-only
The State property indicates the current status of an object of ClassType clsDimension and is used to determine if processing of the dimension is required. The following table list the possible values for the State property.
State | Description |
---|---|
olapStateNeverProcessed | The database dimension has never been processed. |
olapStateStructureChanged | The structure of the database dimension has changed. |
olapStateMemberPropertiesChanged | The member properties have changed. |
olapStateSourceMappingChanged | The source mappings for the database dimension have changed. |
olapStateCurrent | The database dimension has been processed and is current. |
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |