Group object methods
The following list summarizes the Group object methods:
Note: For all Perl Get and Set methods
that map to Visual Basic Properties, see the Properties section of this object.
- Method name
- Description
AddGroup
- Adds a subgroup to this group.
AddUser
- Adds a user to this group.
GetMasterReplicaName
- Perl only. Returns the name of the replica that masters the group.
IsSubscribedToAllDatabases
- Checks whether this Group is subscribed to all databases in a schema repository (master database).
RemoveGroup
- Removes a subgroup from this group.
RemoveUser
- Removes a user from this group.
SetMasterReplicaByName
- Perl only. Sets the replica that masters the group record.
SetSubscribedToAllDatabases
- Subscribes the group to all databases.
SiteHasMastership
- Tests whether this group is mastered in the session database.
SubscribeDatabase
- Subscribes this group to the specified database.
UnsubscribeAllDatabases
- Unsubscribes the group from all databases.
UnsubscribeDatabase
- Unsubscribes the group from the specified database.
Additional Perl Get and Set Methods that map to Visual Basic properties:
- Method name
- Description
- Get
Active
- Indicates whether or not the group is active.
- Get
Groups
- Returns the collection of direct subgroups belonging to this group.
- Get
Name
- Returns the name of the group.
- Get
SubscribedDatabases
- Returns the collection of databases to which this group is subscribed.
- Get
Users
- Returns the collection of users belonging to this group.
- Set
Active
- Specifies whether or not the group is active.
- Set
Name
- Sets the name of the group.