Właściwość ProcessableMajorObject.IProcessable.State
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Private ReadOnly Property State As AnalysisState
Implements IProcessable.State
Get
'Użycie
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.