DTSUPMCustomTask Object

Use this object to import user profile data into the Data Warehouse. 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.DTSUPMCustomTask (Externally creatable)

COM Class Name:

DTSUPMCustomTask

Type Library Name:

Microsoft Commerce Server Profile Data Import DTS Task Type Library

DLL Name:

UPMDTSTask.dll

Threading Model:

Apartment

COM Interface Name:

_DTSUPMCustomTask

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.

Properties

Property

Description

DTSTaskDescription

Contains the description of the DTS task.

This property is read/write.

DTSTaskImportStartDate

Contains the date that the bulk import should begin.

This property is read/write.

DTSTaskName

Contains the name of the DTS task.

This property is read/write.

DTSTaskTimeQuantum

Contains the time of the query interval span in minutes. A value of 0 runs a single query, which locks the entire table.

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.

SourceName

Contains the Web site or Data Warehouse name 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.

See Also

Other Resources

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSSynchAdminData Object

DTSTransactionImport Object