Share via


DimensionAttribute.AttributeHierarchyProcessingState 속성

Gets or sets the processing state for the attribute.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property AttributeHierarchyProcessingState As ProcessingState 
    Get 
    Set
‘사용 방법
Dim instance As DimensionAttribute 
Dim value As ProcessingState 

value = instance.AttributeHierarchyProcessingState

instance.AttributeHierarchyProcessingState = value
public ProcessingState AttributeHierarchyProcessingState { get; set; }
public:
property ProcessingState AttributeHierarchyProcessingState {
    ProcessingState get ();
    void set (ProcessingState value);
}
member AttributeHierarchyProcessingState : ProcessingState with get, set
function get AttributeHierarchyProcessingState () : ProcessingState 
function set AttributeHierarchyProcessingState (value : ProcessingState)

속성 값

유형: Microsoft.AnalysisServices.ProcessingState
The processing state for the attribute.

참고 항목

참조

DimensionAttribute 클래스

Microsoft.AnalysisServices 네임스페이스