IProcessable.State Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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