JET_SIGNATURE 结构
适用于: Windows |Windows Server
JET_SIGNATURE 结构
JET_SIGNATURE 结构包含唯一标识数据库的信息。
typedef struct {
unsigned long ulRandom;
JET_LOGTIME logtimeCreate;
char szComputerName[JET_MAX_COMPUTERNAME_LENGTH + 1];
} JET_SIGNATURE;
成员
ulRandom
随机分配的数字。
logtimeCreate
执行JetCreateDatabase 时JET_LOGTIME。
szComputerName
计算机的 NetBIOS 名称的可选字符串值。 此值可能未设置。
备注
这可以作为 JET_DBINFOMISC 元素找到。
要求
要求 | 值 |
---|---|
客户端 |
需要 Windows Vista、Windows XP 或 Windows 2000 专业版。 |
服务器 |
需要 Windows Server 2008、Windows Server 2003 或 Windows 2000 Server。 |
标头 |
在 Esent.h 中声明。 |