OleDbSchemaGuid::Trustee Field

 

Identifies the trustees defined in the data source.

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

public:
static initonly Guid Trustee

Field Value

Type: System::Guid

Trustee maps to the OLE DB TRUSTEE schema. Unless otherwise specified, restriction columns are returned in the following order.

Restriction column

CLR data type

Description

TRUSTEE_NAME

string

Trustee name.

TRUSTEE_GUID

guid

GUID that uniquely identifies the trustee. Providers that do no use GUIDs to identify trustees should return a null value in this column.

TRUSTEE_PROPID

UInt32 (Int64)

PropID that uniquely identifies the trustee. Providers that do not use PropIDs to identify trustees should return a null value in this column.

TRUSTEE_TYPE

UInt32 (Int64)

Trustee type. One of the following:

TRUSTEE_IS_UNKNOWN - The trustee is an unknown type, but not necessarily an invalid type.

TRUSTEE_IS_USER - The trustee account is a user account.

TRUSTEE_IS_GROUP - The trustee is a group account.

.NET Framework
Available since 1.1
Return to top
Show: