DatabasePermissionInfo Members

The DatabasePermissionInfo object represents information about a Microsoft SQL Server database permission.

The following tables list the members exposed by the DatabasePermissionInfo type.

Public Constructors

  名稱 Description
DatabasePermissionInfo Initializes a new instance of the DatabasePermissionInfo class.

頂端

Public Properties

(see also Protected Properties )

  名稱 Description
ms219490.pubproperty(zh-tw,SQL.90).gif ColumnName  Gets the name of the column that has permissions granted or denied. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif Grantee  Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif GranteeType  Gets the type of grantee. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif Grantor  Gets the name of the database user, logon, or database role who granted or denied access to the object. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif GrantorType  Gets the type of grantor. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif ObjectClass  Gets the object class for the object to which permissions have been granted or denied. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif ObjectID  Gets the ID value that uniquely identifies the object to which the permission applies. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif ObjectName  Gets the name of the object to which the permission applies. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif ObjectSchema  Gets the schema of the object to which the permission applies. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif PermissionState  Gets the permission state of the object to which the permission applies, such as whether the permission is granted, denied, granted with grant, or revoked. (inherited from PermissionInfo)
ms219490.pubproperty(zh-tw,SQL.90).gif PermissionType Gets the type of permission.

頂端

Protected Properties

  名稱 Description
ms219490.protproperty(zh-tw,SQL.90).gif PermissionTypeInternal  (inherited from PermissionInfo )

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
ms219490.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219490.pubmethod(zh-tw,SQL.90).gif GetHashCode  (inherited from Object )
ms219490.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
ms219490.pubmethod(zh-tw,SQL.90).gifms219490.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219490.pubmethod(zh-tw,SQL.90).gif ToString  Returns the object as a String value. (inherited from PermissionInfo)

頂端

Protected Methods

  名稱 Description
ms219490.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms219490.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

DatabasePermissionInfo Class
Microsoft.SqlServer.Management.Smo Namespace

其他資源

Granting, Revoking, and Denying Permissions
權限