The GetColumnBinaryLength method returns the length of a binary or long variable-length data type member of the QueryResults object.
object.GetColumnBinaryLength( Row , Column ) as Long
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| Row | Long integer identifying a row by ordinal position |
| Column | Long integer identifying a column by ordinal position |
A long integer representing a number of bytes.
HRESULT GetColumnBinaryLength(
long lRow,
long lCol,
LPLONG pRetVal);