共用方式為


PermissionInfo 成員

The PermissionInfo class represents information regarding granted or denied privileges.

PermissionInfo 型別公開下列成員。

方法

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

頂端

屬性

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

頂端