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:

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

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.