Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Processes the ProcessableMajorObject with the specified process type.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Process ( _
type As ProcessType, _
source As Binding _
)
'Usage
Dim instance As ProcessableMajorObject
Dim type As ProcessType
Dim source As Binding
instance.Process(type, source)
public void Process(
ProcessType type,
Binding source
)
public:
void Process(
ProcessType type,
Binding^ source
)
member Process :
type:ProcessType *
source:Binding -> unit
public function Process(
type : ProcessType,
source : Binding
)
Parameters
- type
Type: Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- source
Type: Microsoft.AnalysisServices.Binding
The source.