DTSTransactionImport Object [C++]

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. For more information about scripting the Transaction Data Import DTS task, see Scripting the Transaction Data Import DTS Task.

ProgID:   Commerce.DTSTransactionImport (Externally creatable)
COM Class Name:   DTSTransactionImport
Type Library Name:   Microsoft Commerce 2002 Transaction Data Import DTS Task Type Library
DLL Name:   CSDWDTSTransImport.dll
Threading Model:   Apartment

[C++]

COM Interface Name:   _DTSTransactionImport
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
CustomTask_Description BSTR Contains the description of the custom task.

This property is read/write.

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

This property is read/write.

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

This property is read/write.

RetryInterval long Contains the number of seconds between retry attempts.

This property is read/write.

QueryInterval long The length of the query interval in minutes.

This property is read/write.

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

This property is read/write.

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

This property is read/write.

[Visual Basic]

Property Type Description
CustomTask_Description String Contains the description of the custom task.

This property is read/write.

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

This property is read/write.

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

This property is read/write.

QueryInterval Long The length of the query interval in minutes.

This property is read/write.

RetryInterval Long Contains the number of seconds between retry attempts.

This property is read/write.

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

This property is read/write.

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

This property is read/write.

Remarks

CAUTION

  • 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

Scripting the Transaction Data Import DTS Task

[C++]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSUPMCustomTask Object

[Visual Basic]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSUPMCustomTask Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.