Lire en anglais

Partager via


ProcessingState Enum

Definition

Specifies the processing state of the attribute (calculated column).

C#
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.

Applies to

Produit Versions
Analysis Services SDK for .NET latest