This topic has not yet been rated - Rate this topic

Table.Deny Method

Denies the specified set of permissions for the specified grantees on the table.

  NameDescription
Public method Deny(ObjectPermissionSet, String) Denies the specified set of permissions for the specified grantee on the table.
Public method Deny(ObjectPermissionSet, String[]) Denies the specified set of permissions for the specified grantees on the table.
Public method Deny(ObjectPermissionSet, String, Boolean) Denies the specified set of permissions for the specified grantee and other users to whom the grantee granted the specified set of permissions on the table.
Public method Deny(ObjectPermissionSet, String, String[]) Denies the specified set of permissions to the grantee on the specified columns on the table.
Public method Deny(ObjectPermissionSet, String[], Boolean) Denies the specified permission for the specified grantees on the table.
Public method Deny(ObjectPermissionSet, String[], String[]) Denies the specified set of permissions for the grantees on the specified columns on the table.
Public method Deny(ObjectPermissionSet, String, String[], Boolean) Denies the specified set of permissions for the specified grantee and other users to whom the grantee granted the specified set of permissions on the specified columns on the table.
Public method Deny(ObjectPermissionSet, String[], String[], Boolean) Denies the specified set of permissions for the specified grantees and other users to whom the grantee granted the specified set of permissions on the specified columns on the table.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.