ObjectPermissionSet Methods
SQL Server 2012
The ObjectPermissionSet type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(ObjectPermission) | Returns an object permission set after adding a new object permission to the referenced permission set. |
|
Add(ObjectPermissionSet, ObjectPermission) | Returns an object permission set after adding a new object permission to the referenced permission set. |
|
Equals | Determines whether the current ObjectPermissionSet object is equal to a specified object. (Overrides PermissionSetBase.Equals(Object).) |
|
GetHashCode | This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Overrides PermissionSetBase.GetHashCode().) |
|
GetType | (Inherited from Object.) |
|
Remove | Removes a permission from the permission set. |
|
Subtract | Creates an object permission set by performing a subtraction operation on an IObjectPermission object and an ObjectPermissionSet object. |
|
ToString | Returns the string value that represents the specified PermissionSetBase object. (Inherited from PermissionSetBase.) |
