IDTSBuffer100.GetRowStarts(UInt32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
(Feature deprecated, see Remarks.) Use the GetData(Int32, Int32) or GetBLOBData(Int32, Int32, UInt32, Byte, UInt32, UInt32) method instead of the GetRowStarts(UInt32, IntPtr) method.
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
The number of rows requested.
- pbRowStarts
-
IntPtr
nativeint
An out
pointer that holds the address of the beginning of the row.
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.