ServerIdentity Table
Topic Last Modified: 2011-01-27
The ServerIdentity table contains the active servers in the Microsoft Lync Server 2010, Group Chat pool.
Columns
Column | Type | Description |
---|---|---|
serverID |
int, not null |
Server ID. (Each server generates a new ID.) |
serverAddress |
nvarchar (256), not null |
Server address, in one of the following formats:
|
serverType |
int, not null |
Server type with numbers representing the following:
|
serverLastPingTime |
datetime |
The latest time the Channel Server updated this row to give evidence that it is running. Applies to Channel Servers only. Null for the server other roles. |
Key
Column | Description |
---|---|
serverID |
Primary key. |