Data Warehouse COM Objects
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This section describes the DTS Component Object Model (COM) objects that Commerce Server supplies. These objects run in the context of Data Transformation Services (DTS) packages to move Commerce Server data from a runtime database to a Data Warehouse database.
The following table describes the DTS COM objects.
Object name |
Usage |
More information |
---|---|---|
DTSCatalogImport |
Use this object to import catalog data. |
|
DTSDeleteImport |
Use this object to delete log file data and summarized data from the Data Warehouse. |
|
DTSIPResolution |
Use this object to resolve Internet Protocol (IP) addresses from the imported user data. |
|
DTSLogImport |
Use this object to define and import Web log files. |
|
DTSMarketingImport |
Use this object to import information about ad and discount campaigns. |
|
DTSPostImport |
Use this object to populate OLAP cubes with the imported data, prepare the imported data for report generation, and refresh the OLAP cubes after a deletion. |
|
DTSSyncAdminData |
Use this object to synchronize the Data Warehouse with your Commerce Server application after you change configuration settings. |
|
DTSTransactionImport |
Use this object to run reports to analyze transaction data. |
|
DTSUPMCustomTask |
Use this object to import user profile data into the Data Warehouse. |
Note
Use the COM objects in the context of a DTS package. Do not access the methods and properties directly.