此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents an object that is processable.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
用法
Dim instance As IProcessable
[GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface IProcessable
[GuidAttribute(L"69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface class IProcessable
[<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")>]
type IProcessable = interface end
public interface IProcessable
IProcessable 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
LastProcessed | 基础结构。Gets the date and time on which the IProcessable was last processed. |
![]() |
State | 基础结构。Gets the current state of the IProcessable that was last processed. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
CanProcess | 基础结构。Indicates whether the IProcessable can perform the specified processing. |
![]() |
Process() | 基础结构。Executes a process that is associated with the IProcessable with the default type. |
![]() |
Process(ProcessType) | 基础结构。Executes a process that is associated with the IProcessable with the specified type. |
![]() |
Process(ProcessType, ErrorConfiguration) | 基础结构。Executes a process that is associated with the IProcessable with the specified process type error configuration. |
![]() |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) | 基础结构。Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings. |
![]() |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) | 基础结构。Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details. |
![]() |
Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) | 基础结构。Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details. |
页首