Hierarchy.ProcessingState Propiedad
Gets or sets the processing state of the hierarchy.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property ProcessingState As ProcessingState
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.ProcessingState
The processing state of the hierarchy.