Param( ).Size

This property indicates the maximum size, in bytes or characters of the Param Object. Use the size property to determine the maximum size for values written to or read from the value property of the Param Object.

Group: Stored Procedure Object

Syntax: StoredProc.Param(nIndex).Size = nValue

Alternate: nValue = StoredProc.Param(nIndex).Size

nIndex  (Long) index of the parameter

nValue  (Long) size in bytes or characters