ProcessableMajorObject.State Property

Gets or sets the AnalysisState of this current instance.

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

Syntax

'Declaration
Public Property State As AnalysisState 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

ProcessableMajorObject Class

Microsoft.AnalysisServices Namespace