DTSIPResolution Object [C++]

Use this object to resolve Internet Protocol (IP) addresses from the imported user data. 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 IP resolution DTS task, see Scripting the IP Resolution DTS Task.

ProgID:   Commerce.DTSIPResolution (Externally creatable)
COM Class Name:   DTSIPResolution
Type Library Name:   Microsoft Commerce 2002 IP Resolution DTS Task Type Library
DLL Name:   CSDWDTSIpResolution.dll
Threading Model:   Apartment

[C++]

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

Properties

[C++]

Property Type Description
BatchSize Long The number of batched IP addresses that will be transferred to your Domain Name Server (DNS).

This property is read/write.

LocalDomainName BSTR The local domain name of the DNS used as the primary server that resolves IP addresses.

This property is read/write.

Ncache long The number of days to store resolved IP addresses.

This property is read/write.

NumRetries long 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 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 read/write.

TimeOut long The number of seconds the DNS server will be searched before an IP address is marked as unresolved.

This property is read/write.

[Visual Basic]

Property Type Description
BatchSize Long The number of batched IP addresses that will be transferred to your Domain Name Server (DNS).

This property is read/write.

LocalDomainName String The local domain name of the DNS used as the primary server that resolves IP addresses.

This property is read/write.

Ncache Long The number of days to store resolved IP addresses.

This property is read/write.

NumRetries Long 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 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 read/write.

TimeOut Long The number of seconds the DNS server will be searched before an IP address is marked as unresolved.

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.
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.

See Also

Scripting the IP Resolution DTS Task

[C++]

DTSCatalogImport Object

DTSDeleteImport Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

[Visual Basic]

DTSCatalogImport Object

DTSDeleteImport Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSPredictor Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object

Copyright © 2005 Microsoft Corporation.
All rights reserved.