DTSCatalogImport Object

Use this object to import catalog data. Run this object from within the context of a Data Transformation Services (DTS) package. Do not access the methods and properties directly.

ProgID:

Commerce.DTSCatalogImport (Externally creatable)

COM Class Name:

DTSCatalogImport

Type Library Name:

Microsoft Commerce Server Catalog Data Import DTS Task Type Library

DLL Name:

CSDWDTSCatalogImp.dll

Threading Model:

Apartment

COM Interface Name:

_DTSCatalogImport

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

Description

Stores a description of the DTS task.

This property is read/write.

NumRetries

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

This property is read/write.

ProcessingType

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

This property is read/write.

RetryInterval

Stores 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 write only.

SourceType

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

This property is read/write.

See Also

Other Resources

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSSyncAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object