ScriptBuffer.DirectRow Method
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
)
Parameters
- outputName
Type: System.String
The output name to which the component directs the row.