IProcessable.Process Método (ProcessType, ErrorConfiguration, XmlaWarningCollection)
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 and warnings.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration, _
warnings As XmlaWarningCollection _
)
'Uso
Dim instance As IProcessable
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
Dim warnings As XmlaWarningCollection
instance.Process(processType, errorConfiguration, _
warnings)
void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration,
XmlaWarningCollection warnings
)
void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration,
XmlaWarningCollection^ warnings
)
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration *
warnings:XmlaWarningCollection -> unit
function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration,
warnings : XmlaWarningCollection
)
Parámetros
- processType
Tipo: Microsoft.AnalysisServices.ProcessType
The type of process to perform.
- errorConfiguration
Tipo: Microsoft.AnalysisServices.ErrorConfiguration
The configuration used for handling errors.
- warnings
Tipo: Microsoft.AnalysisServices.XmlaWarningCollection
The collection of warnings associated with this object.