ProcessableMajorObject.State Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the AnalysisState of this current instance.

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

Syntax

public AnalysisState State { get; set; }
public:
property AnalysisState State {
    AnalysisState get();
    void set(AnalysisState value);
}
member State : AnalysisState with get, set
Public Property State As AnalysisState

Property Value

Type: Microsoft.AnalysisServices.AnalysisState

The AnalysisState of this current instance.

See Also

ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top