Groups Collection (ADOX)

Microsoft ActiveX Data Objects (ADO)

ADOX 2.5 API Reference

Groups Collection

Contains all stored Group objects of a catalog or user.




Remarks

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

The Append method for a Groups collection is unique for ADOX. You can:

  • Add a new security group to the collection with the Append method.

The remaining properties and methods are standard to ADO collections. You can:

  • Access a group in the collection with the Item property.
  • Return the number of groups contained in the collection with the Count property.
  • Remove a group from the collection with the Delete method.
  • Update the objects in the collection to reflect the current database's schema with the Refresh method.
Note   Before appending a Group object to the Groups collection of a User object, a Group object with the same Name as the one to be appended must already exist in the Groups collection of the Catalog.

See Also

Properties, Methods, and Events | Catalog Object | Group Object

© 1998-2003 Microsoft Corporation. All rights reserved.