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.