OleDbSchemaGuid.Trustee Campo

Definizione

Identifica i fiduciari definiti nell'origine dati.

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

Valore del campo

Commenti

Trustee esegue il mapping allo schema OLE DB TRUSTEEE. A meno che non sia specificato diversamente, le colonne di restrizione vengono restituite nell'ordine seguente.

Colonna restrizione Tipo di dati CLR Descrizione
TRUSTEE_NAME string Nome trustee.
TRUSTEE_GUID guid GUID che identifica in modo univoco il trustee. I provider che non usano GUID per identificare i trustee devono restituire un valore Null in questa colonna.
TRUSTEE_PROPID UInt32 (Int64) PropID che identifica in modo univoco il trustee. I provider che non usano PropID per identificare i trustee devono restituire un valore Null in questa colonna.
TRUSTEE_TYPE UInt32 (Int64) Tipo trustee. I tipi validi sono:

TRUSTEE_IS_UNKNOWN: l'utente attendibile è un tipo sconosciuto, ma non necessariamente un tipo non valido.

TRUSTEE_IS_USER: l'account trustee è un account utente.

TRUSTEE_IS_GROUP: l'utente attendibile è un account di gruppo.

Si applica a