Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 2.36 KB

File metadata and controls

53 lines (44 loc) · 2.36 KB
title Append Method (ADOX Groups) | 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
Groups::raw_Append
Groups::Append
helpviewer_keywords
Append method [ADOX]
ms.assetid 56b94fc6-7ef0-4e4a-82a3-033b94c46036
author MightyPen
ms.author genemi

Append Method (ADOX Groups)

Adds a new Group object to the Groups collection.

Syntax

  
Groups.Append Group  

Parameters

Group
The Group object to append or the name of the group to create and append.

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.

An error will occur if the provider does not support creating groups.

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.

Applies To

Groups Collection (ADOX)

See Also

Groups and Users Append, ChangePassword Methods Example (VB)
Append Method (ADOX Columns)
Append Method (ADOX Indexes)
Append Method (ADOX Keys)
Append Method (ADOX Procedures)
Append Method (ADOX Tables)
Append Method (ADOX Users)
Append Method (ADOX Views)