DTSLogImport Object [C++]

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. For more information about scripting the Web server log import DTS task, see Scripting the Web Server Log Import DTS Task.

ProgID:   Commerce.DTSLogImport (Externally creatable)
COM Class Name:   DTSLogImport
Type Library Name:   Microsoft Commerce 2002 Log Import DTS Task Type Library
DLL Name:   CSDWDTSLogImports.dll
Threading Model:   Apartment

[C++]

COM Interface Name:   _DTSLogImport
Interface ID Constant:   None
Header File:   None

Methods

[C++]

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.

[Visual Basic]

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

[C++]

Property Type Description
EndTime DATE Stores the end time for the time range in which the log files are imported.

This property is read/write.

ImportAllLogsSinceLastImport VARIANT_BOOL 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 long Specifies the number of retry attempts that will be made after a SQL connection/query failure.

This property is read/write.

ReadInfoFromAdmin VARIANT_BOOL 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 long Specifies the number of seconds between retry attempts.

This property is read/write.

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

This property is read/write.

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

This property is read/write.

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

This property is read/write.

VLogFileInfo VARIANT Specifies the log files to import.

This property is read/write.

[Visual Basic]

Property Type Description
EndTime Date Stores the end time for the time range in which the log files are imported.

This property is read/write.

ImportAllLogsSinceLastImport Boolean 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 Long Specifies the number of retry attempts that will be made after a SQL connection/query failure.

This property is read/write

ReadInfoFromAdmin Boolean 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 Long Specifies the number of seconds between retry attempts.

This property is read/write.

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

This property is read/write.

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

This property is read/write.

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

This property is read/write.

VLogFileInfo Variant Specifies the log files to import.

This property is read/write.

See Also

Scripting the Web Server Log Import DTS Task

[C++]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

[Visual Basic]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.