DTSTransactionImport Object

Use this object to run reports to analyze transaction data. 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.DTSTransactionImport (Externally creatable)

COM Class Name

DTSTransactionImport

Type Library Name

Microsoft Commerce Server Transaction Data Import DTS Task Type Library

DLL Name

CSDWDTSTransImport.dll

Threading Model

Apartment

COM Interface Name

_DTSTransactionImport

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

CustomTask_Description

Contains the description of the custom task.

This property is read/write.

NumRetries

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

This property is read/write.

ProcessingType

An enumeration that contains the type of processing, either full or incremental.

This property is read/write.

RetryInterval

Contains the number of seconds between retry attempts.

This property is read/write.

QueryInterval

The length of the query interval in minutes.

This property is read/write.

SourceName

Contains the name of the Web site or Data Warehouse for which this task is processing data.

This property is read/write.

SourceType

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

This property is read/write.

Remarks

Warning

When running the Transaction Import DTS task on a Data Warehouse that contains data for multiple Web sites, ensure that classes extended by more than one Web site have uniquely named members if their data types are not the same. If a new member is added to a class in multiple Web sites and the data type of the new members is not the same, a failure may occur or data may be incorrectly converted when the Transaction Import DTS task is run.

See Also

Other Resources

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSSyncAdminData Object

DTSUPMCustomTask Object