DTSSyncAdminData Object

Use this object to synchronize the Data Warehouse with your Commerce Server application after you make changes to configuration settings. 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.DTSSyncAdminData (Externally creatable)

COM Class Name:

DTSSyncAdminData

Type Library Name:

Microsoft Commerce Server Sync Admin Data DTS Task Type Library

DLL Name:

CSDWDTSSyncAdmin.dll

Threading Model:

Apartment

COM Interface Name:

_DTSSyncAdminData

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.

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

Property

Description

NumRetries

Contains the number of retry attempts that will be made after an SQL connection/query failure.

This property is read/write.

RetryInterval

Contains the number of seconds between retry attempts.

This property is read/write.

SourceName

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

DTSTransactionImport Object

DTSUPMCustomTask Object