ProcessableMajorObject.IProcessable.State Property

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.

Implements

IProcessable.State