DTSUPMCustomTask Object
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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 |
---|---|
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 |
---|---|
Contains the description of the DTS task. This property is read/write. |
|
Contains the date that the bulk import should begin. This property is read/write. |
|
Contains the name of the DTS task. This property is read/write. |
|
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. |
|
Contains the number of retry attempts that will be made after an SQL connection/query failure. This property is read/write. |
|
An enumeration that contains the type of processing, either full or incremental. This property is read/write. |
|
Contains the number of seconds between retry attempts. This property is read/write. |
|
Contains the Web site or Data Warehouse name for which this task is processing data. This property is read/write. |
|
An enumeration that contains the level on which the DTS task will operate. This property is read/write. |