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 命名空间