共用方式為


JET_CONVERT 結構

適用于: Windows |Windows Server

JET_CONVERT 結構

JET_CONVERT結構包含舊版 ESE DLL 的名稱,用於讀取以該舊版建立的資料庫。 此外,還會提供其他旗標來控制轉換的本質。

Windows Server 2003:JetCompact中執行轉換的功能已從 Windows Server 2003 中的產品中移除。 它僅在 Windows 2000 和 Windows XP 中受到支援。

    typedef struct tagCONVERT {
      tchar* SzOldDll;
      union {
        unsigned long fFlags;
        struct {
          unsigned long fSchemaChangesOnly  :1;
        };
      };
    } JET_CONVERT;

成員

SzOldDll

舊版 ESE DLL 的名稱,包括路徑資訊。

fFlags

保留供系統使用。

fSchemaChangesOnly

保留供系統使用。

規格需求

需求

用戶端

需要 Windows Vista、Windows XP 或 Windows 2000 Professional。

Server

需要 Windows Server 2008、Windows Server 2003 或 Windows 2000 Server。

標頭

在 Esent.h 中宣告。

Unicode

實作為 JET_CONVERT_W (Unicode) 和 JET_CONVERT_A (ANSI) 。

另請參閱

JetCompact