Delen via


DatabaseRole.EnumObjectPermissions Method

Include Protected Members
Include Inherited Members

Returns a list of object permissions assigned to the database role.

Overload List

  Name Description
Public method EnumObjectPermissions() Returns a list of object permissions assigned to the referenced database role.
Public method EnumObjectPermissions(String) Returns a list of object permissions assigned to the referenced database role for the specified member of the role.
Public method EnumObjectPermissions(ObjectPermissionSet) Returns a list of object permissions assigned to the referenced database role for the specified set of object permissions.
Public method 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