Edit

Share via


JET_TABLECREATE.cbtyp property

Gets or sets a type of the callback function.

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

Syntax

'Declaration
Public Property cbtyp As JET_cbtyp
    Get
    Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As JET_cbtyp

value = instance.cbtyp

instance.cbtyp = value
public JET_cbtyp cbtyp { get; set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_cbtyp

See also

Reference

JET_TABLECREATE class

JET_TABLECREATE members

Microsoft.Isam.Esent.Interop namespace