Group Object (ADOX)

Represents a group account that has access permissions within a secured database.

Remarks

The Groups collection of a Catalog represents all the catalog's group accounts. The Groups collection for a User represents only the group to which the user belongs.

With the properties, collections, and methods of a Group object, you can:

  • Identify the group with the Name property.

  • Determine whether a group has read, write, or delete permissions with the GetPermissions and SetPermissions methods.

  • Access the user accounts that have memberships in the group with the Users collection.

  • Access provider-specific properties with the Properties collection.

This section contains the following topic.

See Also

Groups Collection (ADOX)
Users Collection (ADOX)