ProcessableMajorObject.State 屬性

Gets or sets the AnalysisState of this current instance.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property State As AnalysisState 
    Get 
    Set
'用途
Dim instance As ProcessableMajorObject 
Dim value As AnalysisState 

value = instance.State

instance.State = value
public AnalysisState State { get; set; }
public:
property AnalysisState State {
    AnalysisState get ();
    void set (AnalysisState value);
}
member State : AnalysisState with get, set
function get State () : AnalysisState 
function set State (value : AnalysisState)

屬性值

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

請參閱

參考

ProcessableMajorObject 類別

Microsoft.AnalysisServices 命名空間