Preference 表格
上次修改主題的時間: 2011-01-27
喜好設定表格包含使用者的用戶端喜好設定。
欄
欄 | 類型 | 描述 |
---|---|---|
prefLabel |
nvarchar (255),非 null |
格式如 <使用者 SIP UIR>|username.<喜好設定集> 的標籤。 |
prefSeqID |
int,非 null |
設定版本的序號 (每個標籤各一個)。 |
prefContent |
nvarchar (max) |
編編的內容。 |
lastModifiedBy |
int,非 null |
更新喜好設定之主體的 ID。 |
索引鍵
欄 | 描述 |
---|---|
<prefLabel, prefSeqID> |
主索引鍵。 |