DetachDatabaseGrbit 列舉
JetDetachDatabase2 (JET_SESID、String、DetachDatabaseGrbit) 的選項。
此列舉有 FlagsAttribute 屬性,因此其成員值可進行位元組合。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in 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 。 |