IDTSBuffer100.GetRowStarts Method
SQL Server 2008
(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- dwRowsRequested
- Type: System.UInt32
The number of rows requested.
- pbRowStarts
- Type: System.IntPtr
An out pointer that holds the address of the beginning of the row.

Note