Server.EnumServerPermissions Method

Include Protected Members
Include Inherited Members

Enumerates a list of server permissions for the instance of SQL Server.

Overload List

  Name Description
Public method EnumServerPermissions() Enumerates a list of server permissions for the instance of SQL Server.
Public method EnumServerPermissions(String) Enumerates a list of server permissions for a specified grantee on the instance of SQL Server.
Public method EnumServerPermissions(ServerPermissionSet) Enumerates a list of server permissions for a specified permission on the instance of SQL Server.
Public method EnumServerPermissions(String, ServerPermissionSet) Enumerates a list of server permissions for a specified grantee and a specified permission on the instance of SQL Server.

Top

Remarks

Use this method to return an array of ServerPermissionInfo objects that contain information about the permissions currently set on the instance of SQL Server.