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
Returns a list of object permissions assigned to the database role.
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 | |
---|---|---|
![]() |
EnumObjectPermissions() | Returns a list of object permissions assigned to the referenced database role. |
![]() |
EnumObjectPermissions(String) | Returns a list of object permissions assigned to the referenced database role for the specified member of the role. |
![]() |
EnumObjectPermissions(ObjectPermissionSet) | Returns a list of object permissions assigned to the referenced database role for the specified set of object permissions. |
![]() |
EnumObjectPermissions(String, ObjectPermissionSet) | Returns a list of object permissions assigned to the referenced database role for the specified member of the role and for the specified set of permissions. |
Top