共用方式為


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