DTSIPResolution Object
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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 |
---|---|
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. |
|
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. |
|
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 |
---|---|
The number of batched IP addresses that will be transferred to your Domain Name Server (DNS). This property is read/write. |
|
The local domain name of the DNS used as the primary server that resolves IP addresses. This property is read/write. |
|
The number of days to store resolved IP addresses. This property is read/write. |
|
The number of retry attempts that will be made after an SQL connection/query failure. This property is read/write. |
|
An enumeration that specifies the type of processing, either full or incremental. This property is read/write. |
|
The number of seconds between retry attempts. This property is read/write. |
|
Specifies the Web site or Data Warehouse for which this task is processing data. This property is read/write. |
|
The number of seconds the DNS server will be searched before an IP address is marked as unresolved. This property is read/write. |