tblPrincipalMembers

tblPrincipalMembers contain principal memberships.

Columns

Column Type Description
prinID
int, not null
Principal ID.
memberADPath
nvarchar (384), not null
Distinguished name of a member. A member doesn't have to be a principal (in tblPrincipal table).

Keys

Column Description
<prinID, memberADPath>
Primary key.
prinID
Foreign key with lookup in tblPrincipal.prinID.