Edit

Share via


DeleteColumnGrbit enumeration

Options for JetDeleteColumn2(JET_SESID, JET_TABLEID, String, DeleteColumnGrbit).

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 DeleteColumnGrbit
'Usage
Dim instance As DeleteColumnGrbit
[FlagsAttribute]
public enum DeleteColumnGrbit

Members

Member name Description
None Default options.
IgnoreTemplateColumns The API should only attempt to delete columns in the derived table. If a column of that name exists in the base table it will be ignored.

See also

Reference

Microsoft.Isam.Esent.Interop namespace