Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Denies access to the specified permissions for the specified grantee on the specified list of columns.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Sub Deny ( _
permissions As ObjectPermissionSet, _
granteeName As String, _
columnNames As String() _
)
'Usage
Dim instance As IColumnPermission
Dim permissions As ObjectPermissionSet
Dim granteeName As String
Dim columnNames As String()
instance.Deny(permissions, granteeName, _
columnNames)
void Deny(
ObjectPermissionSet permissions,
string granteeName,
string[] columnNames
)
void Deny(
ObjectPermissionSet^ permissions,
String^ granteeName,
array<String^>^ columnNames
)
abstract Deny :
permissions:ObjectPermissionSet *
granteeName:string *
columnNames:string[] -> unit
function Deny(
permissions : ObjectPermissionSet,
granteeName : String,
columnNames : String[]
)
Parameters
- permissions
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object value that specifies the permission.
- granteeName
Type: System.String
A String value that specifies the grantee to be denied access to the set of permissions.
- columnNames
Type: array<System.String[]
A String array that specifies the names of the columns to which the permission is denied.