ProcessableMajorObject.IProcessable.State Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

AnalysisState IProcessable.State { get; }
private:
property AnalysisState State {
    virtual AnalysisState get() sealed = IProcessable::State::get;
}
private abstract State : AnalysisState with get
private override State : AnalysisState with get
Private ReadOnly Property State As AnalysisState Implements IProcessable.State

Property Value

Type: Microsoft.AnalysisServices.AnalysisState

Implements

IProcessable.State

See Also

ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top