Freigeben über


IProcessable-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IProcessable-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft LastProcessed Infrastruktur Gets the date and time on which the IProcessable was last processed.
Öffentliche Eigenschaft State Infrastruktur Gets the current state of the IProcessable that was last processed.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CanProcess Infrastruktur Indicates whether the IProcessable can perform the specified processing.
Öffentliche Methode Process() Infrastruktur Executes a process that is associated with the IProcessable with the default type.
Öffentliche Methode Process(ProcessType) Infrastruktur Executes a process that is associated with the IProcessable with the specified type.
Öffentliche Methode Process(ProcessType, ErrorConfiguration) Infrastruktur Executes a process that is associated with the IProcessable with the specified process type error configuration.
Öffentliche Methode Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) Infrastruktur Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings.
Öffentliche Methode Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) Infrastruktur Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.
Öffentliche Methode Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) Infrastruktur Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.

Zum Anfang

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace