IColumnPermission.Grant Method (ObjectPermissionSet, String, String[], Boolean)
SQL Server 2012
Grants access to the specified permission and the ability to grant access to other users for the specified grantee on the referenced columns.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
void Grant( ObjectPermissionSet permissions, string granteeName, string[] columnNames, bool grantGrant )
Parameters
- permissions
- Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object that specifies the set of permissions.
- granteeName
- Type: System.String
A String value that specifies the grantee to be granted access to the set of permissions.
- columnNames
- Type: System.String[]
A String array value that specifies the names of the columns to which the permission is granted.
- grantGrant
- Type: System.Boolean
A Boolean property that specifies whether the grantee is given the ability to grant access to the referenced columns for other users.If True, the grantee is given the ability to grant other users access to the referenced columns.If False, the grantee is not given the ability to deny other users access to the referenced columns.