Compartilhar via


Propriedade do RDL ProcessableMajorObject.State

Gets or sets the AnalysisState of this current instance.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property State As AnalysisState 
    Get 
    Set
'Uso
Dim instance As ProcessableMajorObject 
Dim value As AnalysisState 

value = instance.State

instance.State = value
public AnalysisState State { get; set; }
public:
property AnalysisState State {
    AnalysisState get ();
    void set (AnalysisState value);
}
member State : AnalysisState with get, set
function get State () : AnalysisState 
function set State (value : AnalysisState)

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AnalysisState
The AnalysisState of this current instance.

Consulte também

Referência

ProcessableMajorObject Classe

Namespace Microsoft.AnalysisServices