Edit

JET_TABLECREATE.tableid property

Gets or sets the returned tabledid.

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

Syntax

'Declaration
Public Property tableid As JET_TABLEID
    Get
    Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As JET_TABLEID

value = instance.tableid

instance.tableid = value
public JET_TABLEID tableid { get; set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_TABLEID

See also

Reference

JET_TABLECREATE class

JET_TABLECREATE members

Microsoft.Isam.Esent.Interop namespace