Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Directs a row to the specified output when a component has more than one available output.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Protected Sub DirectRow ( _
outputName As String _
)
'Usage
Dim outputName As String
Me.DirectRow(outputName)
protected void DirectRow(
string outputName
)
protected:
void DirectRow(
String^ outputName
)
member DirectRow :
outputName:string -> unit
protected function DirectRow(
outputName : String
)
Parameter
- outputName
Typ: System.String
The output name to which the component directs the row.