DTSIPResolution Object

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.

ProgID:

Commerce.DTSIPResolution (Externally creatable)

COM Class Name:

DTSIPResolution

Type Library Name:

Microsoft Commerce Server IP Resolution DTS Task Type Library

DLL Name:

CSDWDTSIpResolution.dll

Threading Model:

Apartment

COM Interface Name:

_DTSIPResolution

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

BatchSize

The number of batched IP addresses that will be transferred to your Domain Name Server (DNS).

This property is read/write.

LocalDomainName

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

This property is read/write.

Ncache

The number of days to store resolved IP addresses.

This property is read/write.

NumRetries

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

This property is read/write.

ProcessingType

An enumeration that specifies the type of processing, either full or incremental.

This property is read/write.

RetryInterval

The number of seconds between retry attempts.

This property is read/write.

SourceName

Specifies the Web site or Data Warehouse for which this task is processing data.

This property is read/write.

TimeOut

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

This property is read/write.

See Also

Other Resources

DTSCatalogImport Object

DTSDeleteImport Object

DTSLogImport Object

DTSMarketingImport Object

DTSPostImport Object

DTSSynchAdminData Object

DTSTransactionImport Object

DTSUPMCustomTask Object