ProcessingState 枚举
Specifies the processing state of the attribute (calculated column).
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Enumeration ProcessingState
用法
Dim instance As ProcessingState
public enum ProcessingState
public enum class ProcessingState
type ProcessingState
public enum ProcessingState
成员
成员名称 | 说明 | |
---|---|---|
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. |