Proprietà ProcessableMajorObject.IProcessable.State
Gets or sets the AnalysisState of this current instance.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property State As AnalysisState
Implements IProcessable.State
Get
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: Microsoft.AnalysisServices.AnalysisState
The AnalysisState of this current instance.