Hi,
I am not skilled vb.net programmer, but I am able to code transformations. I need one in my asynchronous script component. I dont understand,why my code shows always "false". I use SSIS 2008.
Public Overrides Sub Input0_ProcessInputRow(ByVal Row As Input0Buffer)
MsgBox(Row.EndOfRowset)
End Sub