Sample code for running the program that allows you to create a custom transformation is located in the \Devtools\Samples\Dts\Dtsxform directory on the Microsoft SQL Server™ version 7.0 compact disc.
Dtsxform creates and registers a custom Transformation object using the IDTSDataPumpTransform interface as the base class.
Use these files:
Dtsxform.aps | Dtsxform.plg |
Dtsxform.clw | Dtsxform.rc |
Dtsxform.cpp | Dtsxform.tlb |
Dtsxform.def | Resource.h |
Dtsxform.dsp | Stdafx.cpp |
Dtsxform.dsw | Stdafx.h |
Dtsxform.idl | Xform.cpp |
Dtsxform.ncb | Xform.h |
Dtsxform.opt | Xform.rgs |