This topic has not yet been rated - Rate this topic

PermissionInfo.Grantee Property

Gets the name of the database user, logon, or database role who has been granted or denied access to the object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public string Grantee { get; }

Property Value

Type: System.String
A String value that specifies the name of the grantee.

This property is empty when column permissions are not enumerated.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.