DTSLogImport Object

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

CustomTask_Execute

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.

PersistPropertyBag_Load

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.

PersistPropertyBag_Save

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

EndTime

Stores the end time for the time range in which the log files are imported.

This property is read/write.

ImportAllLogsSinceLastImport

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.

NumRetries

Specifies the number of retry attempts that will be made after an SQL connection/query failure.

This property is read/write.

ReadInfoFromAdmin

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.

RetryInterval

Specifies the number of seconds between retry attempts.

This property is read/write.

SourceName

Specifies the Web site or Data Warehouse for which this task is processing data.

This property is read/write.

SourceType

An enumeration that specifies the level on which the DTS task will operate.

This property is read/write.

StartTime

Stores the start time for the time range in which the log files are imported.

This property is read/write.

VLogFileInfo

Specifies the log files to import.

This property is read/write.

See Also

Other Resources

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSMarketingImport Object

DTSPostImport Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object