Table.EnumColumnPermissions Method (String, ObjectPermissionSet)
SQL Server 2012
Enumerates a list of column permissions for a specified grantee and a specified permission on the table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ObjectPermissionInfo[] EnumColumnPermissions( string granteeName, ObjectPermissionSet permissions )
Parameters
- granteeName
- Type: System.String
A String value that specifies the grantee.
- permissions
- Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object value that specifies the permission.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ObjectPermissionInfo[]An array of ObjectPermissionInfo objects that contains column permission information for the specified grantee and permission on the table.
