ObjectPermission 類別
The ObjectPermission object represents a SQL Server object permission.
繼承階層
System.Object
Microsoft.SqlServer.Management.Smo.ObjectPermission
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public NotInheritable Class ObjectPermission
'用途
Dim instance As ObjectPermission
public sealed class ObjectPermission
public ref class ObjectPermission sealed
[<SealedAttribute>]
type ObjectPermission = class end
public final class ObjectPermission
ObjectPermission 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
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. |
上層
方法
名稱 | 說明 | |
---|---|---|
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 | Determines if a ObjectPermission object is the same as the current ObjectPermission object. (覆寫 Object.Equals(Object)。) | |
GetHashCode | This method supports the SMO infrastructure and is not intended to be used directly from your code. (覆寫 Object.GetHashCode()。) | |
GetType | (繼承自 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(ObjectPermission to ObjectPermissionSet) | Converts a single ObjectPermission to a ObjectPermissionSet. | |
Inequality | 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.
Thread Safety
此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。並非所有的執行個體成員都是安全執行緒。
範例
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。