State

The State property of the MDStore interface returns an enumeration constant indicating the processing state of the object on the server represented by the Decision Support Objects (DSO) MDStore object.

Applies To
clsCube clsPartition
clsDatabase  

Data Type

OlapStateTypes (an enumeration)

Values

The value of the State property depends on the value of the class type of the associated MDStore object.

MDStore object class type State
clsDatabase olapStateNeverProcessed
olapStateCurrent
clsCube olapStateNeverProcessed
olapStateStructureChanged
olapStateCurrent
clsPartition All states apply

Range
Default
olapStateNeverProcessed
Access

Read-only

Remarks

The State property indicates the current status of an MDStore object and is used to determine if processing of the object is required. For more information, see OlapStateTypes in Enumerations.

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

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