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