ADOX 方法总结
方法 | 说明 |
Append(Columns) | 将新的 Column 对象添加到 Columns 集合。 |
Append(Groups) | 将新的 Group 对象添加到 Groups 集合。 |
Append(Indexes) | 将新的 Index 对象添加到 Indexes 集合。 |
Append(Keys) | 将新的 Key 对象添加到 Keys 集合。 |
Append(Procedures) | 将新的 Procedure 对象添加到 Procedures 集合。 |
Append(Tables) | 将新的 Table 对象添加到 Tables 集合。 |
Append(Users) | 将新的 User 对象添加到 Users 集合。 |
Append(Views) | 将新的 View 对象添加到 Views 集合。 |
ChangePassword | 更改用户帐号的密码。 |
Create | 创建新的目录。 |
Delete | 删除集合中的对象。 |
GetObjectOwner | 返回目录中对象的拥有者。 |
GetPermissions | 获得对象上组或用户的权限。 |
Item | 按名称或序号返回集合的指定成员。 |
Refresh | 更新集合中的对象,以反映针对提供者可用的和指定的对象。 |
SetObjectOwner | 指定目录中对象的拥有者。 |
SetPermissions | 设置对象上组或用户的权限。 |