Step.ChangeAdapter
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Step.ChangeAdapter
Syntax
Step.ChangeAdapter( adapterName)
Purpose
Changes the adapter a step uses. ChangeAdapter replaces the module of the step with a new module associated with the specified adapter.
Remarks
Returns an error if the step does not allow you to change the adapter. To avoid this error, call this method only if the Step.CanChangeAdapter method returns True .
Parameters
adapterName As String
[In] Specifies the adapter key name of the new adapter for the step. If the step does not specify a module adapter, pass an empty string.