Hierarchy.ProcessingState 屬性

Gets or sets the processing state of the hierarchy.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property ProcessingState As ProcessingState 
    Get 
    Set
'用途
Dim instance As Hierarchy 
Dim value As ProcessingState 

value = instance.ProcessingState

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

屬性值

型別:Microsoft.AnalysisServices.ProcessingState
The processing state of the hierarchy.

請參閱

參考

Hierarchy 類別

Microsoft.AnalysisServices 命名空間