IProcessable.State Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
ReadOnly Property State As AnalysisState 
    Get
'Usage
Dim instance As IProcessable 
Dim value As AnalysisState 

value = instance.State
AnalysisState State { get; }
property AnalysisState State {
    AnalysisState get ();
}
abstract State : AnalysisState
function get State () : AnalysisState

Property Value

Type: Microsoft.AnalysisServices.AnalysisState
The current state of the IProcessable that was last processed.

See Also

Reference

IProcessable Interface

Microsoft.AnalysisServices Namespace