Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.