JET_OPENTEMPORARYTABLE.prgcolumndef property

Gets or sets the column definitions for the columns created in the temporary table.

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

Syntax

'Declaration
Public Property prgcolumndef As JET_COLUMNDEF()
    Get
    Set
'Usage
Dim instance As JET_OPENTEMPORARYTABLE
Dim value As JET_COLUMNDEF()

value = instance.prgcolumndef

instance.prgcolumndef = value
public JET_COLUMNDEF[] prgcolumndef { get; set; }

Property value

Type: []

See also

Reference

JET_OPENTEMPORARYTABLE class

JET_OPENTEMPORARYTABLE members

Microsoft.Isam.Esent.Interop.Vista namespace