Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: []