Device Table
Lync Server 2013
Topic Last Modified: 2012-10-02
The Device table is a supporting table that stores information about the various capture or render devices. Each record in the table represents one device.
| Column | Data Type | Key/Index | Details |
|---|---|---|---|
| DeviceKey | int | Primary | Unique number identifying this device. |
| DeviceName | nvarchar(256) | DeviceName + DeviceType is unique | Device name. |
| DeviceType | bit | DeviceName + DeviceType is unique | Device type. 1 is a capture device, 0 is a render device. |
