Compartir a través de


IProcessable.Process Método (ProcessType, ErrorConfiguration)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Executes a process that is associated with the IProcessable with the specified process type error configuration.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Sub Process ( _
    processType As ProcessType, _
    errorConfiguration As ErrorConfiguration _
)
'Uso
Dim instance As IProcessable 
Dim processType As ProcessType 
Dim errorConfiguration As ErrorConfiguration

instance.Process(processType, errorConfiguration)
void Process(
    ProcessType processType,
    ErrorConfiguration errorConfiguration
)
void Process(
    ProcessType processType, 
    ErrorConfiguration^ errorConfiguration
)
abstract Process : 
        processType:ProcessType * 
        errorConfiguration:ErrorConfiguration -> unit
function Process(
    processType : ProcessType, 
    errorConfiguration : ErrorConfiguration
)

Parámetros

Vea también

Referencia

IProcessable Interfaz

Sobrecarga de Process

Espacio de nombres Microsoft.AnalysisServices