OleDbSchemaGuid::Table_Privileges Field

 

Returns the privileges on tables defined in the catalog that are available to, or granted by, a given user.

Namespace:   System.Data.OleDb
Assembly:  System.Data (in System.Data.dll)

public:
static initonly Guid Table_Privileges

Field Value

Type: System::Guid

Table_Privileges maps to the OLE DB TABLE_PRIVILEGES rowset. Unless otherwise specified, restriction columns are returned in the following order.

Restriction column

CLR data type

Description

TABLE_CATALOG

string

Catalog name in which the table is defined. A null value if the provider does not support catalogs.

TABLE_SCHEMA

string

Unqualified schema name in which the table is defined. A null value if the provider does not support schemas.

TABLE_NAME

string

Table name.

GRANTOR

string

User that granted the privileges on the table in TABLE_NAME.

GRANTEE

string

User name (or "PUBLIC") that the privilege has been granted to.

.NET Framework
Available since 1.1
Return to top
Show: