Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the processing state of the attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ProcessingState As ProcessingState
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.ProcessingState
The processing state of the attribute.