Endpoint.EnumObjectPermissions Method (String, ObjectPermissionSet)
SQL Server 2012
Enumerates a list of permissions for the endpoint that belong to the specified user and limited to the specified permission set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ObjectPermissionInfo[] EnumObjectPermissions( string granteeName, ObjectPermissionSet permissions )
Parameters
- granteeName
- Type: System.String
A String value that specifies the user who is the owner of the endpoint.
- permissions
- Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object that limits the enumerated list to those listed.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo[]An ObjectPermissionInfo object array value that contains a list of permissions for the endpoint.
