State (MDStore Interface)
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
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, clsDatabase, clsPartition
Data Type
Access
Read-only
Hinweise
The State property indicates the current status of an MDStore object. It is used to determine whether processing of the object is required. For more information, see OlapStateTypes.
The supported values of the State property depend on the value of the class type of the associated MDStore object. The default value is olapStateNeverProcessed.
Class type | State |
---|---|
clsDatabase |
olapStateNeverProcessed olapStateCurrent |
clsCube |
olapStateNeverProcessed olapStateSourceMappingChanged olapStateCurrent |
clsPartition |
All states apply |