Topic Last Modified: 2011-01-26

The tblPrincipalMembers table contains principal memberships.

Columns

Column Type Description

prinID

int, not null

Principal ID.

memberADPath

nvarchar (256), not null

Distinguished name of a member. A member does not have to be a principal (in Principal table).

Keys

Column Description

<prinID, memberADPath>

Primary key.

prinID

Foreign key with lookup in tblPrincipal.prinID.