ProcessableMajorObject.IProcessable.State Property

Gets or sets the AnalysisState of this current instance.

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

Syntax

'Declaration
Private ReadOnly Property State As AnalysisState 
    Implements IProcessable.State 
    Get
'Usage
Dim instance As ProcessableMajorObject 
Dim value As AnalysisState 

value = CType(instance, IProcessable).State
AnalysisState IProcessable.State { get; }
private:
virtual property AnalysisState State {
    AnalysisState get () sealed = IProcessable::State::get;
}
private abstract State : AnalysisState 
private override State : AnalysisState
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.AnalysisServices.AnalysisState
The AnalysisState of this current instance.

Implements

IProcessable.State

See Also

Reference

ProcessableMajorObject Class

Microsoft.AnalysisServices Namespace