DTSUPMCustomTask Object [C++]

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

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

[C++]

COM Interface Name:   _DTSUPMCustomTask
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.

[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.

Properties

[C++]

Property Type Description
DTSTaskDescription BSTR Contains the description of the DTS task.

This property is read/write.

DTSTaskImportStartDate DATE Contains the date that the bulk import should begin.

This property is read/write.

DTSTaskName BSTR Contains the name of the DTS task.

This property is read/write.

DTSTaskTimeQuantum long 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 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.

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

This property is read/write.

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

This property is read/write.

[Visual Basic]

Property Type Description
DTSTaskDescription String Contains the description of the DTS task.
DTSTaskImportStartDate Date Contains the date that the bulk import should begin.
DTSTaskName String Contains the name of the DTS task.
DTSTaskTimeQuantum Long Contains the time of the query interval span in minutes. A value of 0 runs a single query, which locks the entire table.
NumRetries Long Contains the number of retry attempts that will be made after a SQL connection/query failure.
ProcessingType Long An enumeration that contains the type of processing, either full or incremental.
RetryInterval Long Contains the number of seconds between retry attempts.
SourceName String Contains the Web site or Data Warehouse name for which this task is processing data.
SourceType Long An enumeration that contains the level on which the DTS task will operate.

See Also

[C++]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

[Visual Basic]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.