JET_OPENTEMPORARYTABLE.prgcolumnid property

Gets or sets the output buffer that receives the array of column IDs generated during the creation of the temporary table. The column IDs in this array will exactly correspond to the input array of column definitions. As a result, the size of this buffer must correspond to the size of prgcolumndef.

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

Syntax

'Declaration
Public Property prgcolumnid As JET_COLUMNID()
    Get
    Set
'Usage
Dim instance As JET_OPENTEMPORARYTABLE
Dim value As JET_COLUMNID()

value = instance.prgcolumnid

instance.prgcolumnid = value
public JET_COLUMNID[] prgcolumnid { get; set; }

Property value

Type: []

See also

Reference

JET_OPENTEMPORARYTABLE class

JET_OPENTEMPORARYTABLE members

Microsoft.Isam.Esent.Interop.Vista namespace