This topic has not yet been rated - Rate this topic

IObjectPermission.Deny Method (ObjectPermissionSet, String[])

Denies access to the specified permission for the specified grantees on the SMO object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
void Deny(
	ObjectPermissionSet permissions,
	string[] granteeNames
)

Parameters

permissions
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object value that specifies the permission.
granteeNames
Type: System.String[]
A String array that specifies a list of grantees to be denied access to the permission.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.