IDTSBuffer100.GetRowDataBytes(Int32, Int32, IntPtr) Method

Definition

(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer100.

public:
 void GetRowDataBytes(int hRow, [Runtime::InteropServices::Out] int % plCB, IntPtr pData);
public void GetRowDataBytes (int hRow, out int plCB, IntPtr pData);
abstract member GetRowDataBytes : int * int * nativeint -> unit
Public Sub GetRowDataBytes (hRow As Integer, ByRef plCB As Integer, pData As IntPtr)

Parameters

hRow
Int32

The row handle.

plCB
Int32

An out parameter that contains the number of bytes in the row.

pData
IntPtr

nativeint

An out parameter that contains a pointer to the beginning of the row.

Remarks

Note

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

This method gets a pointer to the start of the row, specified by the hRow parameter, in the IDTSBuffer100.

Applies to