共用方式為


IDTSBuffer100.GetRowDataBytes(Int32, Int32, IntPtr) Method

Definition

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
plCB
Int32
pData
IntPtr

nativeint

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