IProcessable.State Property

 

Applies To: SQL Server (starting with 2016)

Gets the current state of the IProcessable that was last processed.

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

Syntax

AnalysisState State { get; }
property AnalysisState State {
    AnalysisState get();
}
abstract State : AnalysisState with get
ReadOnly Property State As AnalysisState

Property Value

Type: Microsoft.AnalysisServices.AnalysisState

The current state of the IProcessable that was last processed.

See Also

IProcessable Interface
Microsoft.AnalysisServices Namespace

Return to top