IObjectPermission.Deny Method (ObjectPermissionSet, String)

Denies 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)

Syntax

'Declaration
Sub Deny ( _
    permissions As ObjectPermissionSet, _
    granteeName As String _
)
'Usage
Dim instance As IObjectPermission 
Dim permissions As ObjectPermissionSet 
Dim granteeName As String

instance.Deny(permissions, granteeName)
void Deny(
    ObjectPermissionSet permissions,
    string granteeName
)
void Deny(
    ObjectPermissionSet^ permissions, 
    String^ granteeName
)
abstract Deny : 
        permissions:ObjectPermissionSet * 
        granteeName:string -> unit
function Deny(
    permissions : ObjectPermissionSet, 
    granteeName : String
)

Parameters

  • granteeName
    Type: System.String
    A String value that specifies the grantee to be denied access to the permission.

See Also

Reference

IObjectPermission Interface

Deny Overload

Microsoft.SqlServer.Management.Smo Namespace