This topic has not yet been rated - Rate this topic

IObjectPermission.Grant Method (ObjectPermissionSet, String)

Grants access to the specified permission for the specified grantee on the SMO object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
void Grant(
	ObjectPermissionSet permissions,
	string granteeName
)

Parameters

permissions
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object that specifies the permission.
granteeName
Type: System.String
A String value that specifies the grantee to be granted access to the permission.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.