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.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스