Engine.CanCreateStep ( adapterKeyNameVal, stepTypeName)
Determines whether you can create a new step of the specified type.
The NewStep method reports an error if this method returns False.
adapterKeyNameVal As String
[In] Pass the key name of the module Adapter object to use to create the step. Pass an empty string to use the adapter designated by the step type or to use the adapter that the DefaultAdapter property specifies if the step has no designated adapter.
stepTypeName As String
[In] Pass the name of the step type with which to create the step. The step type must already be in memory. For a list of names for the built-in step types and other types, refer to GetTypeNames.