共用方式為


ObjectPermissionInfo 成員

The ObjectPermissionInfo object represents information about a SQL Server object permission.

ObjectPermissionInfo 型別公開下列成員。

建構函式

  名稱 描述
公用方法 ObjectPermissionInfo Initializes a new instance of the ObjectPermissionInfo class.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString Returns the object as a String value. (繼承自 PermissionInfo。)

頂端

屬性

  名稱 描述
公用屬性 ColumnName Gets the name of the column that has permissions granted or denied. (繼承自 PermissionInfo。)
公用屬性 Grantee Gets the name of the database user, logon, or database role who has been granted or denied access to the object. (繼承自 PermissionInfo。)
公用屬性 GranteeType Gets the type of grantee. (繼承自 PermissionInfo。)
公用屬性 Grantor Gets the name of the database user, logon, or database role who granted or denied access to the object. (繼承自 PermissionInfo。)
公用屬性 GrantorType Gets the type of grantor. (繼承自 PermissionInfo。)
公用屬性 ObjectClass Gets the object class for the object to which permissions have been granted or denied. (繼承自 PermissionInfo。)
公用屬性 ObjectID Gets the ID value that uniquely identifies the object to which the permission applies. (繼承自 PermissionInfo。)
公用屬性 ObjectName Gets the name of the object to which the permission applies. (繼承自 PermissionInfo。)
公用屬性 ObjectSchema Gets the schema of the object to which the permission applies. (繼承自 PermissionInfo。)
公用屬性 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. (繼承自 PermissionInfo。)
公用屬性 PermissionType Gets the type of permission.
受保護的屬性 PermissionTypeInternal This is an internal property not meant to be used in your code. (繼承自 PermissionInfo。)

頂端