GetColumnBinaryLength Method (SQL-DMO)

The GetColumnBinaryLength method returns the length of a binary or long variable-length data type member of the QueryResults object.

Applies To

QueryResults Object

Syntax

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

Returns

A long integer representing a number of bytes.

Prototype (C/C++)

HRESULT GetColumnBinaryLength(
long lRow,
long lCol,
LPLONG pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.