Group Object (ADOX)

Microsoft ActiveX Data Objects (ADO)

ADOX 2.5 API Reference

Group Object

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.

See Also

Properties, Methods, and Events | Groups Collection | Users Collection

© 1998-2003 Microsoft Corporation. All rights reserved.