DTSPostImport Object
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use this object to populate OLAP cubes with the data that was imported, prepare the imported data for report generation, and refresh the OLAP cubes after a deletion. This object should be run from within the context of a Data Transformation Services (DTS) package. The methods and properties should not be accessed directly.
ProgID |
Commerce.DTSPostImport (Externally creatable) |
COM Class Name |
DTSPostImport |
Type Library Name |
Microsoft Commerce Server Post Import Data DTS Task Type Library |
DLL Name |
CSDWDTSPostImport.dll |
Threading Model |
Apartment |
COM Interface Name |
_DTSPostImport |
Interface ID Constant |
None |
Header File |
None |
Methods
Method |
Description |
---|---|
Executes the DTS task. This method is called indirectly when a task is run through a DTS package and should not be used when scripting this task. |
|
Loads the DTS task properties. This method is called indirectly when a task is run through a DTS package and should not be used when scripting this task. |
|
Saves the DTS task properties. This method is called indirectly when a task is run through a DTS package and should not be used when scripting this task. |
Properties
Property |
Description |
---|---|
Contains the descriptive name of the custom task. This property is read/write. |
|
Contains the properties of the custom task. This property is read-only. |
|
Contains the maximum number of parallel operations that can be run at one time. This property is read/write. |
|
Contains the number of retry attempts that will be made after an SQL connection/query failure. This property is read/write. |
|
An enumeration that contains the type of processing, which can be full, refresh data, or incremental. This property is read/write. |
|
Contains the number of seconds between retry attempts. This property is read/write. |
|
Contains the name of the Data Warehouse for which this task is processing data. This property is read/write. |
|
Contains the name of the DTS task being run. This property is read/write. |