Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Enumerates a list of all database permissions in the database.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
EnumDatabasePermissions() | Enumerates a list of all permissions in the database. |
![]() |
EnumDatabasePermissions(String) | Enumerates a list of permissions in the database for the specified user. |
![]() |
EnumDatabasePermissions(DatabasePermissionSet) | Enumerates a list of permissions in the database for the specified permission set. |
![]() |
EnumDatabasePermissions(String, DatabasePermissionSet) | Enumerates a list of permissions in the database for the specified user and a specified permission set. |
Top