Condividi tramite


Interfaccia IProcessable

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an object that is processable.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo IProcessable sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica LastProcessed Infrastruttura. Gets the date and time on which the IProcessable was last processed.
Proprietà pubblica State Infrastruttura. Gets the current state of the IProcessable that was last processed.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CanProcess Infrastruttura. Indicates whether the IProcessable can perform the specified processing.
Metodo pubblico Process() Infrastruttura. Executes a process that is associated with the IProcessable with the default type.
Metodo pubblico Process(ProcessType) Infrastruttura. Executes a process that is associated with the IProcessable with the specified type.
Metodo pubblico Process(ProcessType, ErrorConfiguration) Infrastruttura. Executes a process that is associated with the IProcessable with the specified process type error configuration.
Metodo pubblico Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) Infrastruttura. Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings.
Metodo pubblico Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) Infrastruttura. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.
Metodo pubblico Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) Infrastruttura. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices