Compartilhar via


Interface IProcessable

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an object that is processable.

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

Sintaxe

'Declaração
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
'Uso
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

O tipo IProcessable expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública LastProcessed Infraestrutura. Gets the date and time on which the IProcessable was last processed.
Propriedade pública State Infraestrutura. Gets the current state of the IProcessable that was last processed.

Início

Métodos

  Nome Descrição
Método público CanProcess Infraestrutura. Indicates whether the IProcessable can perform the specified processing.
Método público Process() Infraestrutura. Executes a process that is associated with the IProcessable with the default type.
Método público Process(ProcessType) Infraestrutura. Executes a process that is associated with the IProcessable with the specified type.
Método público Process(ProcessType, ErrorConfiguration) Infraestrutura. Executes a process that is associated with the IProcessable with the specified process type error configuration.
Método público Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) Infraestrutura. Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings.
Método público Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) Infraestrutura. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.
Método público Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) Infraestrutura. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.

Início

Consulte também

Referência

Namespace Microsoft.AnalysisServices