I'm trying to convert a small vb program to csharp which uses sql server DTS objects.
In VB, I add the 'Microsoft DTSPackage Object Library' under project/references and am able to use the DTS transfer objects in my vb program.
I've converted the code to c sharp ( i think ), but don't know how to go about adding this library/dll to my c sharp program.
Any ideas? Thank you.
In VB, I add the 'Microsoft DTSPackage Object Library' under project/references and am able to use the DTS transfer objects in my vb program.
I've converted the code to c sharp ( i think ), but don't know how to go about adding this library/dll to my c sharp program.
Any ideas? Thank you.