Parameter Members (DAO)
Last modified: March 09, 2015
Applies to: Access 2013 | Office 2013
A Parameter object represents a value supplied to a query. The parameter is associated with a QueryDef object created from a parameter query.
|
Name |
Description |
||
|---|---|---|---|
|
Sets or returns a value that indicates whether a Parameter object represents an input parameter, an output parameter, both, or the return value from the procedure (ODBCDirect workspaces only). |
|||
|
Returns the name of the specified object. Read-only String. |
|||
|
Returns the Properties collection of the specified object. Read-only. |
|||
|
Sets or returns a value that indicates the operational type or data type of an object. Read/write Integer. |
|||
|
Sets or returns the value of an object. Read/write Variant. |
Note