Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the processing state of the attribute (calculated column).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration ProcessingState
'Usage
Dim instance As ProcessingState
public enum ProcessingState
public enum class ProcessingState
type ProcessingState
public enum ProcessingState
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| CalculationError | Attribute processing failed because the expression could not be evaluated for all rows. | |
| DependencyError | The attribute has a dependency on an unprocessed attribute. | |
| InvalidExpression | The attribute cannot be processed because the expression is invalid. | |
| Processed | The attribute has been successfully processed. | |
| Unprocessed | The attribute needs to be processed. |