OleDbSchemaGuid::Trustee Field
Identifies the trustees defined in the data source.
Assembly: System.Data (in System.Data.dll)
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. |
Available since 1.1