ObjectPermission Class
The ObjectPermission object represents a SQL Server object permission.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Alter | Gets a permission that can be included in the object permission set. |
![]() ![]() | Connect | Gets a permission that can be included in the object permission set. |
![]() ![]() | Control | Gets a permission that can be included in the object permission set. |
![]() ![]() | CreateSequence | Gets a permission that can be included in the object permission set. |
![]() ![]() | Delete | Gets a permission that can be included in the object permission set. |
![]() ![]() | Execute | Gets a permission that can be included in the object permission set. |
![]() ![]() | Impersonate | Gets a permission that can be included in the object permission set. |
![]() ![]() | Insert | Gets a permission that can be included in the object permission set. |
![]() ![]() | Receive | Gets a permission that can be included in the object permission set. |
![]() ![]() | References | Gets a permission that can be included in the object permission set. |
![]() ![]() | Select | Gets a permission that can be included in the object permission set. |
![]() ![]() | Send | Gets a permission that can be included in the object permission set. |
![]() ![]() | TakeOwnership | Gets a permission that can be included in the object permission set. |
![]() ![]() | Update | Gets a permission that can be included in the object permission set. |
![]() ![]() | ViewChangeTracking | Gets a permission that can be included in the object permission set. |
![]() ![]() | ViewDefinition | Gets a permission that can be included in the object permission set. |
| Name | Description | |
|---|---|---|
![]() ![]() | Add(ObjectPermission^, ObjectPermission^) | Returns a set of object permissions after adding two object permissions. |
![]() ![]() | BitwiseOr(ObjectPermission^, ObjectPermission^) | Returns an object permission set by performing a bitwise OR operation on two ObjectPermission objects. |
![]() | Equals(Object^) | Determines if a ObjectPermission object is the same as the current ObjectPermission object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | This method supports the SMO infrastructure and is not intended to be used directly from your code.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | ToObjectPermissionSet(ObjectPermission^) | Converts an object permission into an object permission set. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(ObjectPermission^, ObjectPermission^) | Creates an object permission set by performing an addition operation on two ObjectPermission objects. |
![]() ![]() | BitwiseOr(ObjectPermission^, ObjectPermission^) | Creates an object permission set by performing a bitwise OR operation on two ObjectPermission objects. |
![]() ![]() | Equality(ObjectPermission^, ObjectPermission^) | Creates an object permission set by performing an equality operation on two ObjectPermission objects. |
![]() ![]() | Implicit(ObjectPermission^ to ObjectPermissionSet^) | Converts a single ObjectPermission to a ObjectPermissionSet. |
![]() ![]() | Inequality(ObjectPermission^, ObjectPermission^) | Creates an object permission set by performing an inequality operation on two ObjectPermission objects. |
Object permissions are required when running granting, denying, or revoking permissions on an object. The ObjectPermission object is used to specify the set of permissions that apply to the Grant, Deny, and Revoke methods of the object. Also, object permissions can be added to the ObjectPermissionSet object, which can also be used with the Deny, Revoke, and Grant methods.
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



