ProcessingState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the processing state of the attribute (calculated column).
public enum ProcessingState
type ProcessingState =
Public Enum ProcessingState
- Inheritance
-
ProcessingState
Fields
Name | Value | Description |
---|---|---|
Unprocessed | 0 | The object needs to be processed. |
Processed | 1 | The object has been successfully processed. |
InvalidExpression | 2 | The attribute processing cannot begin because the expression is invalid. |
CalculationError | 3 | The attribute processing failed because the expression could not be evaluated for all the rows. |
DependencyError | 4 | The attribute has a dependency on an unprocessed attribute. |