Compartilhar via


Propriedade do RDL IProcessable.State

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.

Implementa

IProcessable. . :: . .State