Compartir a través de


DimensionAttribute.ProcessingState Propiedad

Gets or sets the processing state of the attribute.

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 DimensionAttribute 
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 attribute.

Vea también

Referencia

DimensionAttribute Clase

Espacio de nombres Microsoft.AnalysisServices