Contains all the Parameter objects of a Command object.
Indicates the number of objects in a collection.
object.Count
Long.
Read-only.
Appends a Parameter object to the Parameters collection.
object.Append(
Object As Object)
The Parameter object to be appended.
Parameter.
Deletes a Parameter object from the Parameters collection.
object.Delete(
Index As Variant)
Either the name of the Parameter object you want to delete, or the object's ordinal position (index) in the collection.
None.
Returns a specific member of the Parameters collection by name or ordinal number.
object.Item(
Index As Variant)
Either the name of the Parameter object you want to retrieve or the object’s ordinal position (index) in the collection.
Parameter. Returns a reference to a Parameter object.