This topic has not yet been rated - Rate this topic

Endpoint.EnumObjectPermissions Method (String, ObjectPermissionSet)

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.

Implements

IObjectPermission.EnumObjectPermissions(String, ObjectPermissionSet)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.