DTSMarketingImport Object [C++]

Use this object to import information about ad and discount campaigns. 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 Campaign data import DTS task, see Scripting the Campaign Data Import DTS Task.

ProgID:   Commerce.DTSMarketingImport (Externally creatable)
COM Class Name:   DTSMarketingImport
Type Library Name:   Microsoft Commerce 2002 Marketing Import DTS Task Type Library
DLL Name:   CSDWDTSMarketingImport.dll
Threading Model:   Apartment

[C++]

COM Interface Name:   _DTSMarketingImport
Interface ID Constant:   None
Header File:   None

Properties

[C++]

Property Type Description
NumRetries long Contains the number of retry attempts that will be made after a SQL connection/query failure.

This property is read/write.

RetryInterval long Contains the number of seconds between retry attempts.

This property is read/write.

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

This property is write only.

SourceType long Contains the level on which the DTS task will operate.

This property is read/write.

[Visual Basic]

Property Type Description
NumRetries Long Contains the number of retry attempts that will be made after a SQL connection/query failure.

This property is read/write.

RetryInterval Long Contains the number of seconds between retry attempts.

This property is read/write.

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

This property is write only.

SourceType Long Contains the level on which the DTS task will operate.

This property is read/write.

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.
ParseCampaignDsn Parses the Campaign data source name (DSN).

[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.
ParseCampaignDsn Parses the Campaign data source name (DSN).

See Also

Scripting the Campaign Data Import DTS Task

[C++]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

[Visual Basic]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.