Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.92 KB

File metadata and controls

41 lines (32 loc) · 1.92 KB
title Group Object (ADOX) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Group
helpviewer_keywords
group object [ADOX]
ms.assetid 55ef0ade-68ea-4da5-8aa5-4cd27d1f6d1e
author MightyPen
ms.author genemi

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)