IProcessable Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents an object that is processable.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
'Usage
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

The IProcessable type exposes the following members.

Properties

  Name Description
Public property LastProcessed Infrastructure. Gets the date and time on which the IProcessable was last processed.
Public property State Infrastructure. Gets the current state of the IProcessable that was last processed.

Top

Methods

  Name Description
Public method CanProcess Infrastructure. Indicates whether the IProcessable can perform the specified processing.
Public method Process() Infrastructure. Executes a process that is associated with the IProcessable with the default type.
Public method Process(ProcessType) Infrastructure. Executes a process that is associated with the IProcessable with the specified type.
Public method Process(ProcessType, ErrorConfiguration) Infrastructure. Executes a process that is associated with the IProcessable with the specified process type error configuration.
Public method Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) Infrastructure. Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings.
Public method Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) Infrastructure. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.
Public method Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) Infrastructure. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.

Top

See Also

Reference

Microsoft.AnalysisServices Namespace