Freigeben über


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
)

Parameter

  • hRow
    The handle of the row.

Hinweise

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.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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