Server2003Grbits.ForwardOnly 字段

此选项请求仅当临时表管理器可以使用针对中间查询结果优化的实现时,才创建临时表。 如果临时表的任何特征会阻止使用此优化,则操作将失败并JET_errCannotMaterializeForwardOnlySort。 此选项的副作用是允许临时表包含具有重复索引键的记录。 有关详细信息,请参阅 Unique

Namespace:Microsoft.Isam.Esent.Interop.Server2003
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Const ForwardOnly As TempTableGrbit
'Usage
Dim value As TempTableGrbit

value = Server2003Grbits.ForwardOnly
public const TempTableGrbit ForwardOnly

另请参阅

参考

Server2003Grbits 类

Server2003Grbits 成员

Microsoft.Isam.Esent.Interop.Server2003 命名空间