Metodo IDTSBuffer100.DirectRow

Sends a row in an IDTSBuffer100 to an IDTSOutput100.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub DirectRow ( _
    hRow As Integer, _
    lOutputID As Integer _
)
'Utilizzo
Dim instance As IDTSBuffer100 
Dim hRow As Integer 
Dim lOutputID As Integer

instance.DirectRow(hRow, lOutputID)
void DirectRow(
    int hRow,
    int lOutputID
)
void DirectRow(
    [InAttribute] int hRow, 
    [InAttribute] int lOutputID
)
abstract DirectRow : 
        hRow:int * 
        lOutputID:int -> unit
function DirectRow(
    hRow : int, 
    lOutputID : int
)

Parametri

Osservazioni

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.

Vedere anche

Riferimento

IDTSBuffer100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper