OleDbSchemaGuid.Table_Privileges 字段

定义

返回在目录中定义、给定用户可使用或负责授予的对表的特权。

public: static initonly Guid Table_Privileges;
public static readonly Guid Table_Privileges;
 staticval mutable Table_Privileges : Guid
Public Shared ReadOnly Table_Privileges As Guid 

字段值

注解

Table_Privileges 映射到 OLE DB TABLE_PRIVILEGES行集。 除非另行指定,否则将按以下顺序返回限制列。

限制列 CLR 数据类型 说明
TABLE_CATALOG string 在其中定义表的目录名称。 如果提供程序不支持目录,则为 null 值。
TABLE_SCHEMA string 在其中定义表的非限定架构名称。 如果提供程序不支持架构,则为 null 值。
TABLE_NAME string 表名。
GRANTOR string 在 TABLE_NAME 中向表授予权限的用户。
GRANTEE string 已向其授予权限的用户名 (或“PUBLIC”) 。

适用于