Adds a new User object to the Users collection.
Users.Append User[, Password]
The Users collection of a Catalog represents all the catalog's users. The Users collection for a Group represents only the users that have a membership in the specific group.
An error will occur if the provider does not support creating users.
Note Before appending a User object to the Users collection of a Group object, a User object with the same Name as the one to be appended must already exist in the Users collection of the Catalog.
Groups and Users Append, ChangePassword Methods Example (VB)
Append Method (Columns) | Append Method (Groups) | Append Method (Indexes) | Append Method (Keys) | Append Method (Procedures) | Append Method (Tables) | Append Method (Views)
Applies To: Users Collection