DTSDeleteImport Object
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use this object to delete log file data and summarized data from the Data Warehouse. 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.DTSDeleteImport (Externally creatable) |
COM Class Name: |
DTSDeleteImport |
Type Library Name: |
Microsoft Commerce Server Delete DTS Task Type Library |
DLL Name: |
CSDWDTSDelete.dll |
Threading Model: |
Apartment |
COM Interface Name: |
_DTSDeleteImport |
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 |
---|---|
Determines the log files to save or delete based on the value of the DeleteType and WebLogDeleteType properties. This property is read/write. |
|
Determines if all data associated with the Web log file import will be deleted, or if only the detailed data will be deleted. This property is read/write. |
|
Determines if all data from the Data Warehouse is deleted, or if only specific log files are deleted. This property is read/write. |
|
Specifies the unit used for the Count property, in days, weeks, or months. This property is read/write. |
|
Stores the list of log files to be deleted. This property is read/write. |
|
Stores the number of retry attempts that will be made after an SQL connection/query failure. This property is read/write. |
|
Stores the number of seconds between retry attempts. This property is read/write. |
|
Specifies the Web site or Data Warehouse for which this task is processing data. The default value is the first Data Warehouse or Web site on the alphabetically sorted list. This property is read/write. |
|
An enumeration that specifies the level on which the DTS task will operate. This property is read/write. |
|
Determines if specific log files are deleted, or if rotating deletes are performed. This property is read/write. |