Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 _
)
'Usage
Dim instance As ProcessableMajorObject
Dim processType As ProcessType
instance.Process(processType)
public void Process(
ProcessType processType
)
public:
virtual void Process(
ProcessType processType
) sealed
abstract Process :
processType:ProcessType -> unit
override Process :
processType:ProcessType -> unit
public final function Process(
processType : ProcessType
)
Parameters
- processType
Type: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
Implements
IProcessable.Process(ProcessType)