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 an array of column creation info, of type JET_COLUMNCREATE.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property rgcolumncreate As JET_COLUMNCREATE()
Get
Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As JET_COLUMNCREATE()
value = instance.rgcolumncreate
instance.rgcolumncreate = value
public JET_COLUMNCREATE[] rgcolumncreate { get; set; }
Property value
Type: []