This topic has not yet been rated - Rate this topic

DatabaseRole.EnumObjectPermissions Method (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.

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 name of the database role member.
permissions
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet that specifies the set of object permissions.

Return Value

Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo[]
An array of ObjectPermissionInfo object values that contain information about object permissions assigned to the database role.

Implements

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.