แก้ไข

แชร์ผ่าน


DetachDatabaseGrbit enumeration

Options for JetDetachDatabase2(JET_SESID, String, DetachDatabaseGrbit).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Members

Member name Description
None Default options.
ForceDetach Obsolete. If ForceDetach is used, EsentForceDetachNotAllowedException will be returned.
ForceClose Obsolete. ForceClose is no longer used.
ForceCloseAndDetach Obsolete. If ForceCloseAndDetach is used, EsentForceDetachNotAllowedException will be returned.

See also

Reference

Microsoft.Isam.Esent.Interop namespace