Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The ServerBinding class represents a binding to a server for a virtual server. A VirtualServer object links to one or more ServerBinding objects.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
HostHeaderName |
nvarchar(255) |
Unknown |
Key member. |
IPAddress |
nvarchar(255) |
0.0.0.0 |
Key member. |
IPPort |
int |
0 |
Key member. |
IsSecureBinding |
smallint |
None |
None. |
VServerName |
binary |
Unknown |
Key member. |
Class Key
ServerBindingKey is composed of the following data members:
HostHeaderName + IPAddress + IPPort + VServerName
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
VirtualServerServerBindingRel |
VirtualServer |
ServerBinding |
2 |