This topic has not yet been rated - Rate this topic

IDTSBuffer100.GetRowStarts Method

(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void GetRowStarts(
	uint dwRowsRequested,
	IntPtr pbRowStarts
)

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.
NoteNote

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.