Share via


IDTSBuffer90.GetRowDataBytes Method

(Feature deprecated, see Remarks.) Gets a pointer to the start of a row in an IDTSBuffer90.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
Sub GetRowDataBytes ( _
    <InAttribute> hRow As Integer, _
    <OutAttribute> ByRef plCB As Integer, _
    <OutAttribute> pData As IntPtr _
)
void GetRowDataBytes (
    [InAttribute] int hRow,
    out int plCB,
    [OutAttribute] IntPtr pData
)
void GetRowDataBytes (
    [InAttribute] int hRow, 
    [OutAttribute] int% plCB, 
    [OutAttribute] IntPtr pData
)
void GetRowDataBytes (
    /** @attribute InAttribute() */ int hRow, 
    /** @attribute OutAttribute() */ /** @ref */ int plCB, 
    /** @attribute OutAttribute() */ IntPtr pData
)
JScript does not support passing value-type arguments by reference.

Parameters

  • hRow
    The row handle.
  • plCB
    An out parameter that contains the number of bytes in the row.
  • pData
    An out parameter that contains a pointer to 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 gets a pointer to the start of the row, specified by the hRow parameter, in the IDTSBuffer90.

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