Api.JetDetachDatabase2 方法
释放以前附加到数据库会话的数据库文件。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetDetachDatabase2 ( _
sesid As JET_SESID, _
database As String, _
grbit As DetachDatabaseGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim database As String
Dim grbit As DetachDatabaseGrbitApi.JetDetachDatabase2(sesid, database, _
grbit)
public static void JetDetachDatabase2(
JET_SESID sesid,
string database,
DetachDatabaseGrbit grbit
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的数据库会话。
database
类型: System.String要分离的数据库。
grbit
类型: Microsoft.Isam.Esent.Interop.DetachDatabaseGrbit分离选项。