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.
Include protected members
Include inherited members
Contains the information needed to create a table in an ESE database. Contains the information needed to create a table in an ESE database.
The JET_TABLECREATE type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
JET_TABLECREATE |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
cbSeparateLV | Gets or sets the heuristic size to separate an intrinsic LV from the primary record. |
![]() |
cbtyp | Gets or sets a type of the callback function. |
![]() |
cColumns | Gets or sets the number of columns to create. |
![]() |
cCreated | Gets or sets the count of objects created (columns+table+indexes+callbacks). |
![]() |
cIndexes | Gets or sets the number of indices to create. |
![]() |
grbit | Gets or sets the table options. |
![]() |
pLVSpacehints | Gets or sets space allocation, maintenance, and usage hints for Separated LV tree, of type JET_SPACEHINTS. |
![]() |
pSeqSpacehints | Gets or sets space allocation, maintenance, and usage hints for default sequential index. |
![]() |
rgcolumncreate | Gets or sets an array of column creation info, of type JET_COLUMNCREATE. |
![]() |
rgindexcreate | Gets or sets an array of indices to create, of type JET_INDEXCREATE. |
![]() |
szCallback | Gets or sets a callback function to use for the table. This is in the form "module!functionName", and assumes unmanaged code. See JetRegisterCallback(JET_SESID, JET_TABLEID, JET_cbtyp, JET_CALLBACK, IntPtr, JET_HANDLE) for an alternative. |
![]() |
szTableName | Gets or sets the name of the table to create. |
![]() |
szTemplateTableName | Gets or sets the name of the table from which to inherit base DDL. |
![]() |
tableid | Gets or sets the returned tabledid. |
![]() |
ulDensity | Gets or sets the table density. |
![]() |
ulPages | Gets or sets the initial pages to allocate for table. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
ContentEquals | Returns a value indicating whether this instance is equal to another instance. |
![]() |
DeepClone | Returns a deep copy of the object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Generate a string representation of the instance. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)