Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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 _
)
'Usage
Dim instance As ProcessableMajorObject
Dim processType As ProcessType
Dim errorConfiguration As ErrorConfiguration
instance.Process(processType, errorConfiguration)
public void Process(
ProcessType processType,
ErrorConfiguration errorConfiguration
)
public:
virtual void Process(
ProcessType processType,
ErrorConfiguration^ errorConfiguration
) sealed
abstract Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
override Process :
processType:ProcessType *
errorConfiguration:ErrorConfiguration -> unit
public final function Process(
processType : ProcessType,
errorConfiguration : ErrorConfiguration
)
Parameters
- processType
Type: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- errorConfiguration
Type: Microsoft.AnalysisServices.ErrorConfiguration
The error configuration.
Implements
IProcessable.Process(ProcessType, ErrorConfiguration)