IDTSBuffer100::GetRowStarts Method (UInt32, IntPtr)
(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 |
|---|
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 returns a pointer to the start location for the specified number of rows.
Show:
