Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the processing state of the attribute (calculated column).
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Enumeration ProcessingState
'Utilisation
Dim instance As ProcessingState
public enum ProcessingState
public enum class ProcessingState
type ProcessingState
public enum ProcessingState
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |