Hi,
I created a custom Data Source component and I want to programmatically use it but I am not sure how to instantiate it. For example if I want to instantiate a OLEdbSource component the code is
IDTSComponentMetaData100 srcComponent = pipeline.ComponentMetaDataCollection.New(); srcComponent.ComponentClassID = "DTSAdapter.OleDbSource";
But what classID do I provide for custom components and how do I specify the class ID for custom components? I am very confused, pls help.
thanks
VS
Venkat Sriramulu