DistributionGroupMember Table

Any distribution servers and distribution locations assigned to distribution groups are stored in the DistributionGroupMember table.

Table 1. Database columns for DistributionGroupMember table

Database Column

Details

GroupUID

Type: binary (max 16 bytes). Key

A unique identifier for this distribution group. This UID is a foreign key to the GroupUID in the DistributionGroup table.

MemberID

Type: binary (max 16 bytes). Key

A unique identifier for the distribution server or distribution location that is a member of this group. This UID is a foreign key to the ServerUID in the DistributionServer table.

MemberType

Type: integer

An identifier for the type of this distribution group member. This identifier is a foreign key to the TargetTypeID in the DistributionServerType table.