Share via


IDTSBuffer90.DirectRow Method

Sends a row in an IDTSBuffer90 to an IDTSOutput90.

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

Syntax

'Declaration
Sub DirectRow ( _
    <InAttribute> hRow As Integer, _
    <InAttribute> lOutputID As Integer _
)
void DirectRow (
    [InAttribute] int hRow,
    [InAttribute] int lOutputID
)
void DirectRow (
    [InAttribute] int hRow, 
    [InAttribute] int lOutputID
)
void DirectRow (
    /** @attribute InAttribute() */ int hRow, 
    /** @attribute InAttribute() */ int lOutputID
)
function DirectRow (
    hRow : int, 
    lOutputID : int
)

Parameters

  • hRow
    The handle of the row.

Remarks

This method is called by components that contain multiple outputs in the same ExclusionGroup property, and is used to direct a row to a specific output. If DirectRow is not called, the rows in the buffer are sent to all of the outputs in the group.

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