共用方式為


IProcessable.State 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the current state of the IProcessable that was last processed.

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

語法

'宣告
ReadOnly Property State As AnalysisState 
    Get
'用途
Dim instance As IProcessable 
Dim value As AnalysisState 

value = instance.State
AnalysisState State { get; }
property AnalysisState State {
    AnalysisState get ();
}
abstract State : AnalysisState
function get State () : AnalysisState

屬性值

型別:Microsoft.AnalysisServices.AnalysisState
The current state of the IProcessable that was last processed.

請參閱

參考

IProcessable 介面

Microsoft.AnalysisServices 命名空間