Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Contains a read-only value that describes the current processing state of the parent element.
Синтаксис
<Cube> <!-- or Dimension, MeasureGroup, MiningModel, MiningStructure, Partition -->
...
<State>...</State>
...
</Cube>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String (enumeration) |
Default value |
None |
Cardinality |
1-1: Required element that occurs once and only once. |
Element Relationships
| 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.