tblPrincipalMembers in Lync Server 2013
Topic Last Modified: 2012-09-12
tblPrincipalMembers contains principal memberships.
Columns
Column | Type | Description |
---|---|---|
prinID |
int, not null |
Principal ID. |
memberADPath |
nvarchar (384), not null |
Distinguished name of a member. A member does not have to be a principal (in tblPrincipal table). |
Keys
Column | Description |
---|---|
<prinID, memberADPath> |
Primary key. |
prinID |
Foreign key with lookup in tblPrincipal.prinID. |