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.