Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- processType
Typ: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- errorConfiguration
Typ: Microsoft.AnalysisServices.ErrorConfiguration
The error configuration.
- warnings
Typ: Microsoft.AnalysisServices.XmlaWarningCollection
A XmlaWarningCollection object.
Implementiert
IProcessable.Process(ProcessType, ErrorConfiguration, XmlaWarningCollection)