DTSPostImport Object [C++]

Use this object to populate OLAP cubes with the data that was imported, prepare the imported data for report generation, and refresh the OLAP cubes after a deletion. 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 Report Preparation DTS task, see Scripting the Report Preparation DTS Task.

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

[C++]

COM Interface Name:   _DTSPostImport
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
CustomTask_Name BSTR Contains the descriptive name of the custom task.

This property is read/write.

CustomTask_Properties BSTR Contains the properties of the custom task.

This property is read-only.

MaxParallelOperations long Contains the maximum number of parallel operations that can be run at one time.

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, which can be full, refresh data, 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 name of the Data Warehouse for which this task is processing data.

This property is read/write.

TaskName BSTR Contains the name of the DTS task being run.

This property is read/write.

[Visual Basic]

Property Type Description
CustomTask_Name String Contains the descriptive name of the custom task.

This property is read/write.

CustomTask_Properties String Contains the properties of the custom task.

This property is read-only.

MaxParallelOperations Long Contains the maximum number of parallel operations that can be run at one time.

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, which can be full, refresh data, or incremental.

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 Data Warehouse for which this task is processing data.

This property is read/write.

TaskName String Contains the name of the DTS task being run.

This property is read/write.

See Also

Scripting the Report Preparation DTS Task

[C++]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

[Visual Basic]

DTSCatalogImport Object

DTSDeleteImport Object

DTSIPResolution Object

DTSLogImport Object

DTSMarketingImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.