JetDetachDatabase2(JET_SESID, String, DetachDatabaseGrbit) のオプション。
この列挙体には FlagsAttribute 属性があり、そのメンバー値のビットごとの組み合わせが可能になります。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'Declaration
<FlagsAttribute> _
Public Enumeration DetachDatabaseGrbit
'Usage
Dim instance As DetachDatabaseGrbit
[FlagsAttribute]
public enum DetachDatabaseGrbit
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| なし | 既定のオプション。 | |
| ForceDetach | 互換性のために残されています。 ForceDetach を使用すると、 EsentForceDetachNotAllowedException が返されます。 | |
| ForceClose | 互換性のために残されています。 ForceClose は使用されなくなりました。 | |
| ForceCloseAndDetach | 互換性のために残されています。 ForceCloseAndDetach を使用すると、 EsentForceDetachNotAllowedException が返されます。 |