ObjectPermission Members
Include Protected Members
Include Inherited Members
The ObjectPermission object represents a SQL Server object permission.
The ObjectPermission type exposes the following members.
Methods
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) | (Overrides Object.Equals(Object).) |
![]() |
Finalize() | (Inherited from 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.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() ![]() |
ToObjectPermissionSet(ObjectPermission) | Converts an object permission into an object permission set. |
![]() |
ToString() | (Inherited from Object.) |
Top
Operators
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) | |
![]() ![]() |
Inequality(ObjectPermission, ObjectPermission) | Creates an object permission set by performing an inequality operation on two ObjectPermission objects. |
Top
Properties
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. |
![]() ![]() |
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 | Returns V |
![]() ![]() |
ViewDefinition | Gets a permission that can be included in the object permission set. |
Top