Partager via


IDTSBuffer90.DirectRow Method

Sends a row in an IDTSBuffer90 to an IDTSOutput90.

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

Syntaxe

'Déclaration
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
)

Paramètres

  • hRow
    The handle of the row.

Notes

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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