![]() |
---|
下一版本的 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
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. |