State

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.

Applies To
clsAggregationDimension clsDatabaseDimension

Data Type

OlapStateTypes (an enumeration)

Access

Read-only

Remarks

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.

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.