IProcessable 接口

此 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.

页首

请参阅

参考

Microsoft.AnalysisServices 命名空间