共用方式為


ProcessingState 屬性

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

語法

'宣告
Public Property ProcessingState As ProcessingState
    Get
    Set
'用途
Dim instance As ReferenceMeasureGroupDimension
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)