Propriété DimensionAttribute.ProcessingState

Gets or sets the processing state of the attribute.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ProcessingState As ProcessingState 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.AnalysisServices.ProcessingState
The processing state of the attribute.

Voir aussi

Référence

DimensionAttribute Classe

Espace de noms Microsoft.AnalysisServices