property Parameters.Item (Name as Variant) as Parameter
Returns a specific Parameter of the Parameters collection, giving its name.

TypeDescription
Name as Variant A String expression that specifies the name of the parameter to be requested
Parameter A Parameter object being requested.
The Item property accesses the Parameter giving its name. The Count property indicates the number of parameters in the collection. The Item / Count properties can be used to enumerate the Parametes collection as well as for each statement. The Enumerate method enumerates the parameters in the collection whose name matches the giving mask. The Remove method removes a parameter from the Parameters collection. The Clear method clears the Parameters collection.