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 and writeback option.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Process ( _
processType As ProcessType, _
writebackOption As WriteBackTableCreation _
)
'Usage
Dim instance As ProcessableMajorObject
Dim processType As ProcessType
Dim writebackOption As WriteBackTableCreation
instance.Process(processType, writebackOption)
public void Process(
ProcessType processType,
WriteBackTableCreation writebackOption
)
public:
void Process(
ProcessType processType,
WriteBackTableCreation writebackOption
)
member Process :
processType:ProcessType *
writebackOption:WriteBackTableCreation -> unit
public function Process(
processType : ProcessType,
writebackOption : WriteBackTableCreation
)
Parameter
- processType
Typ: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- writebackOption
Typ: Microsoft.AnalysisServices.WriteBackTableCreation
The writeback option.