次の方法で共有


IProcessable.State プロパティ

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Private ReadOnly Property State As AnalysisState
    Implements IProcessable.State
    Get
'使用
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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

実装

IProcessable. . :: . .State