Edit

Server2003Grbits members

Include protected members
Include inherited members

Grbits that have been added to the Windows Server 2003 version of ESENT.

The Server2003Grbits type exposes the following members.

Fields

  Name Description
Public fieldStatic member EnumerateIgnoreUserDefinedDefault If a given column is not present in the record and it has a user defined default value then no column value will be returned. This option will prevent the callback that computes the user defined default value for the column from being called when enumerating the values for that column.
Public fieldStatic member ForwardOnly This option requests that the temporary table only be created if the temporary table manager can use the implementation optimized for intermediate query results. If any characteristic of the temporary table would prevent the use of this optimization then the operation will fail with JET_errCannotMaterializeForwardOnlySort. A side effect of this option is to allow the temporary table to contain records with duplicate index keys. See Unique for more information.
Public fieldStatic member WaitAllLevel0Commit All transactions previously committed by any session that have not yet been flushed to the transaction log file will be flushed immediately. This API will wait until the transactions have been flushed before returning to the caller. This option may be used even if the session is not currently in a transaction. This option cannot be used in combination with any other option.

Top

See also

Reference

Server2003Grbits class

Microsoft.Isam.Esent.Interop.Server2003 namespace