Freigeben über


ProcessableMajorObject.IProcessable.State-Eigenschaft

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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

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

Implementiert

IProcessable.State

Siehe auch

Verweis

ProcessableMajorObject Klasse

Microsoft.AnalysisServices-Namespace