DetachDatabaseGrbit 枚举

JetDetachDatabase2 (JET_SESID、String、DetachDatabaseGrbit) 的选项。

此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
<FlagsAttribute> _
Public Enumeration DetachDatabaseGrbit
'Usage
Dim instance As DetachDatabaseGrbit
[FlagsAttribute]
public enum DetachDatabaseGrbit

成员

成员名称 说明
默认选项。
ForceDetach 已过时。 如果使用 ForceDetach,则将返回 EsentForceDetachNotAllowedException
ForceClose 已过时。 不再使用 ForceClose。
ForceCloseAndDetach 已过时。 如果使用 ForceCloseAndDetach,则将返回 EsentForceDetachNotAllowedException

请参阅

参考

Microsoft.Isam.Esent.Interop 命名空间