A collection whose elements represent each DEParameter object within the DECommand object.
Note This collection's Count property specifies the number of DEParameter objects in the collection.
Syntax
DEParameters(index)
The index placeholder represents an integer with a range from 1 to DEParameters.Count
.
Remarks
The DEParameters collection is used in the Data Environment Extensibility Object Model and is different from the Parameters collection used at run time.
Use the following code to access members of the DEParameters collection by their individual names.
DEExt.DECommands("Param1").DEParameters("Param1").Name