Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 2.58 KB

File metadata and controls

39 lines (37 loc) · 2.58 KB
title ADOX Methods | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
helpviewer_keywords
methods [ADOX]
ADOX, methods
ms.assetid 8de11ef7-034c-4613-91df-2244171f0b9a
author MightyPen
ms.author genemi

ADOX Methods

Append (Columns) Adds a new Column object to the Columns collection.
Append (Groups) Adds a new Group object to the Groups collection.
Append (Indexes) Adds a new Index object to the Indexes collection.
Append (Keys) Adds a new Key object to the Keys collection.
Append (Procedures) Adds a new Procedure object to the Procedures collection.
Append (Tables) Adds a new Table object to the Tables collection.
Append (Users) Adds a new User object to the Users collection.
Append (Views) Adds a new View object to the Views collection.
ChangePassword Changes the password for a user account.
Create Creates a new catalog.
Delete Removes an object from a collection.
GetObjectOwner Returns the owner of an object in a catalog.
GetPermissions Returns the permissions for a group or user on an object.
SetObjectOwner Specifies the owner of an object in a catalog.
SetPermissions Specifies the permissions for group or user on an object.

See Also

ADOX API Reference
ADO Extensions for Data Definition Language and Security (ADOX)