View.EnumColumnPermissions Method
Enumerates a list of column permissions for the view.
Overload List
Name | Description |
---|---|
View.EnumColumnPermissions () |
Enumerates a list of column permissions for the view.
|
View.EnumColumnPermissions (ObjectPermissionSet) |
Enumerates a list of column permissions for a specified permission on the view.
|
View.EnumColumnPermissions (String) |
Enumerates a list of column permissions for a specified grantee on the view.
|
View.EnumColumnPermissions (String, ObjectPermissionSet) |
Enumerates a list of column permissions for a specified grantee and a specified permission on the view.
|
See Also