Метод 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.