A parameter or argument associated with a Command object based on a query or stored procedure.
Sets or returns the name of a Parameter object.
object.Name[=Object As String]
String.
Read/write.
Object is an optional parameter that sets the name of the Parameter object.
Indicates the object’s maximum size, in bytes or characters.
object.Size
Integer.
Read-only.
String is an optional parameter that sets the name of the Parameter object.
Indicates the type of the Parameter value.
object.Type
Long.
Read/write.
Valid types include:
Contains the value of the Parameter object.
object.Value[=Object As Variant]
Variant. Default value depends on the Type property.
Read/write.
Object is an optional parameter that sets the value of the object.