State Element (ASSL)
Contains a read-only value that describes the current processing state of the parent element.
| Relationship | Element |
|---|---|
|
Parent elements |
Cube, Dimension, MeasureGroup, MiningModel, MiningStructure, Partition |
|
Child elements |
None |
The value of this element is limited to one of the strings listed in the following table.
| Value | Description |
|---|---|
|
Processed |
The element has been fully processed. |
|
PartiallyProcessed |
The element has been partially processed. (Cube and MeasureGroup only.) |
|
Unprocessed |
The element has not been processed. |
The enumeration that corresponds to the allowed values for State in the Analysis Management Objects (AMO) object model is AnalysisState.
The elements that correspond to the parents of State in the Analysis Management Objects (AMO) object model are Cube, Dimension, MeasureGroup, MiningModel, MiningStructure, and Partition.