次の方法で共有


Hierarchy.ProcessingState プロパティ

階層の処理状態を取得します。値の設定も可能です。

名前空間:  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
階層の処理状態です。

関連項目

参照

Hierarchy クラス

Microsoft.AnalysisServices 名前空間