JET_OPENTEMPORARYTABLE.prgcolumndef-Eigenschaft

Ruft die Spaltendefinitionen für die in der temporären Tabelle erstellten Spalten ab oder legt diese fest.

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; }

Eigenschaftswert

Typ: []

Siehe auch

Referenz

JET_OPENTEMPORARYTABLE-Klasse

JET_OPENTEMPORARYTABLE Mitglieder

Microsoft.Isam.Esent.Interop.Vista-Namespace