Api.JetInit 方法
初始化 ESENT 資料庫引擎。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetInit ( _
ByRef instance As JET_INSTANCE _
)
'Usage
Dim instance As JET_INSTANCEApi.JetInit(instance)
public static void JetInit(
ref JET_INSTANCE instance
)
參數
instance
類型: Microsoft.Isam.Esent.Interop.JET_INSTANCE要初始化的 實例。 如果尚未配置實例,則會建立新的實例,且引擎會在單一實例模式中運作。