OleDbSchemaGuid.Trustee Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the trustees defined in the data source.
public: static initonly Guid Trustee;
public static readonly Guid Trustee;
staticval mutable Trustee : Guid
Public Shared ReadOnly Trustee As Guid
Field Value
Remarks
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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.