To implement the user interface class in the Data Transformation Services (DTS) custom task user interface example, add code to the Microsoft® Visual C++® file GVUserIF.cpp. No changes are necessary to the user interface class header file.
Add the following to the user interface class code file GVUserIF.cpp:
The include statement is necessary so the New and Edit methods can access the property page class.
Immediately after the line:
#include "GVUserIF.h"
insert the line:
#include "GVPropPage.h"
This code displays the property page and passes it a reference to the custom task so it can retrieve and update properties.