DTSCatalogImport Object [C++]
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. For more information about scripting the Product catalog import DTS task, see Scripting the Product Catalog Import DTS Task.
ProgID: | Commerce.DTSCatalogImport (Externally creatable) |
COM Class Name: | DTSCatalogImport |
Type Library Name: | Microsoft Commerce 2002 Catalog Data Import DTS Task Type Library |
DLL Name: | CSDWDTSCatalogImp.dll |
Threading Model: | Apartment |
[C++]
COM Interface Name: | _DTSCatalogImport |
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 |
---|---|---|
Description | BSTR | Stores a description of the DTS task.
This property is read/write. |
NumRetries | long | Stores 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 specifies the type of processing, either full or incremental.
This property is read/write. |
RetryInterval | long | Stores the number of seconds between retry attempts.
This property is read/write. |
SourceName | BSTR | Specifies the Web site or Data Warehouse for which this task is processing data.
This property is write only. |
SourceType | long | An enumeration that specifies the level on which the DTS task will operate.
This property is read/write. |
[Visual Basic]
Property | Type | Description |
---|---|---|
Description | String | Stores a description of the DTS task.
This property is read/write. |
NumRetries | Long | Stores 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 specifies the type of processing, either full or incremental.
This property is read/write. |
RetryInterval | Long | Stores the number of seconds between retry attempts.
This property is read/write. |
SourceName | String | Specifies the Web site or Data Warehouse for which this task is processing data.
This property is write only. |
SourceType | Long | An enumeration that specifies the level on which the DTS task will operate.
This property is read/write. |
See Also
Scripting the Product Catalog Import DTS Task
[C++]DTSLogImport Object
[C++]DTSMarketingImport Object
[C++]DTSPostImport Object
[C++]DTSPredictor Object
[C++]DTSTransactionImport Object
[Visual Basic]DTSDeleteImport Object
[Visual Basic]DTSIPResolution Object
[Visual Basic]DTSLogImport Object
[Visual Basic]DTSMarketingImport Object
[Visual Basic]DTSPostImport Object
[Visual Basic]DTSPredictor Object
[Visual Basic]DTSSynchAdminData Object
[Visual Basic]DTSTransactionImport Object
[Visual Basic]DTSUPMCustomTask Object
Copyright © 2005 Microsoft Corporation.
All rights reserved.