State (Dimension Interface)

[!附註]

  下一版的 Microsoft SQL Server 將不再提供此功能。請勿在新的開發工作中使用此功能,並且儘速修改使用此功能的應用程式。

The State property of the Dimension interface contains an enumeration constant that indicates the difference between the dimension object referenced by the client application and the corresponding dimension on the Analysis server.

Applies To:clsDatabaseDimension

Data Type

OlapStateTypes

Access

Read-only

備註

The State property indicates the current status of an object of ClassType clsDimension. It is also used to determine whether the dimension needs to be processed. The following table lists 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.

請參閱

參考