PermissionInfo 类

PermissionInfo 类表示有关已授予或已拒绝的特权的信息。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Class PermissionInfo
用法
Dim instance As PermissionInfo
public class PermissionInfo
public ref class PermissionInfo
type PermissionInfo =  class end
public class PermissionInfo

PermissionInfo 类型公开以下成员。

属性

  名称 说明
公共属性 ColumnName 获取已授予或已拒绝权限的列的名称。
公共属性 Grantee 获取已向其授予或拒绝对该对象的访问权限的数据库用户、登录名或数据库角色的名称。
公共属性 GranteeType 获取被授权者的类型。
公共属性 Grantor 获取授予或拒绝对该对象的访问权限的数据库用户、登录名或数据库角色的名称。
公共属性 GrantorType 获取授权者的类型。
公共属性 ObjectClass 获取已向其授予或拒绝授予权限的对象的对象类。
公共属性 ObjectID 获取唯一标识权限应用到的对象的 ID 值。
公共属性 ObjectName 获取权限应用到的对象的名称。
公共属性 ObjectSchema 获取权限应用到的对象的架构。
公共属性 PermissionState 获取权限应用到的对象的权限状态,如是否已授予、拒绝、撤消权限,或是否已授予向其他用户授权的权限。
受保护属性 PermissionTypeInternal 标识为仅供参考。不提供支持。不保证以后的兼容性。

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString 将对象作为 String 值返回。 (覆盖 Object. . :: . .ToString() () () ()。)

页首

注释

The PermissionInfo object is returned by the EnumObjectPermissions method.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。