Méthode ProcessableMajorObject.Process (ProcessType, Binding)
Processes the ProcessableMajorObject with the specified process type.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Process ( _
type As ProcessType, _
source As Binding _
)
'Utilisation
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
)
Paramètres
- type
Type : Microsoft.AnalysisServices.ProcessType
The type of processing for the object.
- source
Type : Microsoft.AnalysisServices.Binding
The source.