ScriptBuffer.DirectRow 方法
Directs a row to the specified output when a component has more than one available output.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)
语法
声明
Protected Sub DirectRow ( _
outputName As String _
)
用法
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
)
参数
- outputName
类型:System.String
The output name to which the component directs the row.