Proprietà Dimension.ProcessingState
Gets or sets the processing state of the dimension.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property ProcessingState As ProcessingState
Get
Set
'Utilizzo
Dim instance As Dimension
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)
Valore proprietà
Tipo: Microsoft.AnalysisServices.ProcessingState
The processing state of the dimension.