tblPrincipalMemberDifferencetblPrincipalMemberDifference
tblPrincipalMemberDifference contiene cambios de pertenencia a grupos (miembros agregados y eliminados) que aún no se han procesado en los pasos de sincronización de servicios de dominio de Active Directory posteriores.tblPrincipalMemberDifference contains group membership changes (both added and removed members) that have not yet been processed by the later Active Directory Domain Services Sync steps.
ColumnsColumns
ColumnaColumn | TipoType | DescripciónDescription |
---|---|---|
prinGuidprinGuid |
GUID, no NULLGUID, not null |
GUID de entidad de seguridad del grupo modificado.Principal GUID of the group that changed. |
memberADPathmemberADPath |
nvarchar (256)nvarchar (256) |
Nombre distintivo del miembro.Distinguished name of the member. |
memberRemovedmemberRemoved |
bit, no NULLbit, not null |
False si se agregó el miembro. True si se quitó el miembro.False if the member was added. True if the member was removed. |
ClaveKey
ColumnaColumn | DescripciónDescription |
---|---|
<prinGuid, memberADPath> |
Clave principal.Primary key. |