Edit

Share via


JET_COLUMNCREATE.err property

Gets or sets the error code from creating this column.

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

Syntax

'Declaration
Public Property err As JET_err
    Get
    Set
'Usage
Dim instance As JET_COLUMNCREATE
Dim value As JET_err

value = instance.err

instance.err = value
public JET_err err { get; set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_err

See also

Reference

JET_COLUMNCREATE class

JET_COLUMNCREATE members

Microsoft.Isam.Esent.Interop namespace