ObjectPermission 成員
The ObjectPermission object represents a SQL Server object permission.
ObjectPermission 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Add | Returns a set of object permissions after adding two object permissions. | |
BitwiseOr | Returns an object permission set by performing a bitwise OR operation on two ObjectPermission objects. | |
Equals | (覆寫 Object. . :: . .Equals(Object)。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | This method supports the SMO infrastructure and is not intended to be used directly from your code. (覆寫 Object. . :: . .GetHashCode() () () ()。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToObjectPermissionSet | Converts an object permission into an object permission set. | |
ToString | (繼承自 Object。) |
頂端
運算子
名稱 | 描述 | |
---|---|---|
Addition | Creates an object permission set by performing an addition operation on two ObjectPermission objects. | |
BitwiseOr | Creates an object permission set by performing a bitwise OR operation on two ObjectPermission objects. | |
Equality | Creates an object permission set by performing an equality operation on two ObjectPermission objects. | |
Implicit Widening Implicit Implicit Implicit(ObjectPermission to ObjectPermissionSet) | ||
Inequality | Creates an object permission set by performing an inequality operation on two ObjectPermission objects. |
頂端
屬性
名稱 | 描述 | |
---|---|---|
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. |
頂端