DTSLogImport Object
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Use this object to define and import Web log files. 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.DTSLogImport (Externally creatable) |
COM Class Name: |
DTSLogImport |
Type Library Name: |
Microsoft Commerce Server Log Import DTS Task Type Library |
DLL Name: |
CSDWDTSLogImports.dll |
Threading Model: |
Apartment |
COM Interface Name: |
_DTSLogImport |
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 |
---|---|
Stores the end time for the time range in which the log files are imported. This property is read/write. |
|
Specifies if all the log files since the last import will be imported, or if only a portion of the log files will be imported. This property is read/write. |
|
Specifies the number of retry attempts that will be made after an SQL connection/query failure. This property is read/write. |
|
Enables the user to read information from the Administrative database, and also enables the user to directly specify which log files to import through the VLogFileInfo property. This property is read/write. |
|
Specifies 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. This property is read/write. |
|
An enumeration that specifies the level on which the DTS task will operate. This property is read/write. |
|
Stores the start time for the time range in which the log files are imported. This property is read/write. |
|
Specifies the log files to import. This property is read/write. |