Share via


IDTSBuffer90.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)

Syntax

'Declaration
Sub GetRowStarts ( _
    <InAttribute> dwRowsRequested As UInteger, _
    <OutAttribute> pbRowStarts As IntPtr _
)
void GetRowStarts (
    [InAttribute] uint dwRowsRequested,
    [OutAttribute] IntPtr pbRowStarts
)
void GetRowStarts (
    [InAttribute] unsigned int dwRowsRequested, 
    [OutAttribute] IntPtr pbRowStarts
)
void GetRowStarts (
    /** @attribute InAttribute() */ UInt32 dwRowsRequested, 
    /** @attribute OutAttribute() */ IntPtr pbRowStarts
)
function GetRowStarts (
    dwRowsRequested : uint, 
    pbRowStarts : IntPtr
)

Parameters

  • dwRowsRequested
    The number of rows requested.
  • pbRowStarts
    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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace