InstanceParameters.MaxTemporaryTables 属性

获取或设置实例要使用的临时表资源数。 此设置将影响可以同时使用的临时表数。 如果此系统参数设置为零,则不会创建任何临时数据库,并且任何需要使用临时数据库的活动都将失败。 如果知道不会使用临时数据库,则此设置可用于避免创建临时数据库所需的 I/O。

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

语法

'Declaration
Public Property MaxTemporaryTables As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.MaxTemporaryTables

instance.MaxTemporaryTables = value
public int MaxTemporaryTables { get; set; }

属性值

类型: System.Int32

备注

使用临时表还需要游标资源。

请参阅

参考

InstanceParameters 类

InstanceParameters 成员

Microsoft.Isam.Esent.Interop 命名空间