IDTSBuffer100::GetRowDataBytes Method (Int32, Int32%, IntPtr)
(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- hRow
-
Type:
System::Int32
The row handle.
- plCB
-
Type:
System::Int32%
An out parameter that contains the number of bytes in the row.
- pData
-
Type:
System::IntPtr
An out parameter that contains a pointer to the beginning of the row.
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.
Show:
