IDTSBuffer100.GetRowStarts(UInt32, IntPtr) Method

Definition

public:
 void GetRowStarts(System::UInt32 dwRowsRequested, IntPtr pbRowStarts);
public void GetRowStarts (uint dwRowsRequested, IntPtr pbRowStarts);
abstract member GetRowStarts : uint32 * nativeint -> unit
Public Sub GetRowStarts (dwRowsRequested As UInteger, pbRowStarts As IntPtr)

Parameters

dwRowsRequested
UInt32
pbRowStarts
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 returns a pointer to the start location for the specified number of rows.

Applies to