Condividi tramite


Struttura JET_SIGNATURE

Si applica a: Windows | Windows Server

Struttura JET_SIGNATURE

La struttura JET_SIGNATURE contiene informazioni che identificano in modo univoco un database.

    typedef struct {
      unsigned long ulRandom;
      JET_LOGTIME logtimeCreate;
      char szComputerName[JET_MAX_COMPUTERNAME_LENGTH + 1];
    } JET_SIGNATURE;

Membri

ulRandom

Numero assegnato casualmente.

logtimeCreate

Il JET_LOGTIME al momento dell'esecuzione di JetCreateDatabase .

szComputerName

Valore stringa facoltativo del nome NetBIOS per il computer. Questo valore potrebbe non essere impostato.

Commenti

Questo elemento può essere trovato come elemento di JET_DBINFOMISC.

Requisiti

Requisito Valore

Client

Richiede Windows Vista, Windows XP o Windows 2000 Professional.

Server

Richiede Windows Server 2008, Windows Server 2003 o Windows 2000 Server.

Intestazione

Dichiarato in Esent.h.

Vedere anche

JET_DBINFOMISC
JET_LOGTIME
JetCreateDatabase