다음을 통해 공유


EnumServerPermissions 메서드

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

오버로드 목록

  이름 설명
공용 메서드 EnumServerPermissions() () () () Enumerates a list of server permissions for the instance of SQL Server.
공용 메서드 EnumServerPermissions(String) Enumerates a list of server permissions for a specified grantee on the instance of SQL Server.
공용 메서드 EnumServerPermissions(ServerPermissionSet) Enumerates a list of server permissions for a specified permission on the instance of SQL Server.
공용 메서드 EnumServerPermissions(String, ServerPermissionSet) Enumerates a list of server permissions for a specified grantee and a specified permission on the instance of SQL Server.

맨 위로 이동

주의

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