Propriedade do RDL ProcessableMajorObject.IProcessable.State
Gets or sets the AnalysisState of this current instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Private ReadOnly Property State As AnalysisState
Implements IProcessable.State
Get
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AnalysisState
The AnalysisState of this current instance.