Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Processes the ProcessableMajorObject with the specified process type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Process ( _
processType As ProcessType, _
errorConfiguration As ErrorConfiguration, _
warnings As XmlaWarningCollection _
)
'Usage
Dim instance As ProcessableMajorObject
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
Dim warnings As XmlaWarningCollection
instance.Process(processType, errorConfiguration, _
warnings)
public void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration,
XmlaWarningCollection warnings
)
public:
virtual void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration,
XmlaWarningCollection^ warnings
) sealed
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration *
warnings:XmlaWarningCollection -> unit
override Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration *
warnings:XmlaWarningCollection -> unit
public final function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration,
warnings : XmlaWarningCollection
)
Parameters
- processType
Type: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- errorConfiguration
Type: Microsoft.AnalysisServices.ErrorConfiguration
The error configuration.
- warnings
Type: Microsoft.AnalysisServices.XmlaWarningCollection
A XmlaWarningCollection object.
Implements
IProcessable.Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)