Script component

  • Is there some tutorial for how to write c# codes for script component for SSIS?

    I know a little about vb.net, but not familar with C#, just want to learn C# for how to write code in the Script component.

    THanks

  • SSIS script component supports C# as well as VB scripting.. If you are comfortable with VB , you can use that..

    Script component in most cases involves 2-3 standard methods ( Input0_ProcessInput ,Input0_ProcessInputRow CreateNewOutputRows etc) , so if you know C# syntax, that will do..

    Below is a post for creating sample script component using C#

    http://www.codeproject.com/Articles/193855/An-indespensible-SSIS-transformation-component-Scr

    Cheers,

    Arun

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply