IpRef
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class represents an Internet Protocol (IP) reference for a LogUser object. An IPRef object contains information about the IP address, the number of look-ups associated with the address, and the status of the reference.
An IPRef object associates with a HostnameRef object, and describes the host associated with the IP address.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
HostnameRefID |
binary |
1 |
None. |
IPAddress |
nvarchar(255) |
0.0.0.0 |
Stores the unique key for the object. |
LastModifiedTime |
datetime |
null |
Stores the time the object was last modified. |
Status |
int |
null |
Indicates whether the IP address is resolved: 0 - Unresolved 1 - Resolved |
Class Key
IPRefKey is composed of a single data member, IPAddress.
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
HostnameRefIPRefRel |
HostnameRef |
IPRef |
2 |
IPRefUserRel |
IPRef |
LogUser |
2 |