共用方式為


ProcessableMajorObject.IProcessable.State 屬性

Gets or sets the AnalysisState of this current instance.

命名空間:  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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:Microsoft.AnalysisServices.AnalysisState
The AnalysisState of this current instance.

實作

IProcessable.State

請參閱

參考

ProcessableMajorObject 類別

Microsoft.AnalysisServices 命名空間