Api.JetDefragment 方法
启动和停止数据库碎片整理任务,以改进数据库中的数据组织。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Function JetDefragment ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tableName As String, _
ByRef passes As Integer, _
ByRef seconds As Integer, _
grbit As DefragGrbit _
) As JET_wrn
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tableName As String
Dim passes As Integer
Dim seconds As Integer
Dim grbit As DefragGrbit
Dim returnValue As JET_wrn
returnValue = Api.JetDefragment(sesid, _
dbid, tableName, passes, seconds, _
grbit)
public static JET_wrn JetDefragment(
JET_SESID sesid,
JET_DBID dbid,
string tableName,
ref int passes,
ref int seconds,
DefragGrbit grbit
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID用于调用的会话。
dbid
类型: Microsoft.Isam.Esent.Interop.JET_DBID要进行碎片整理的数据库。
tableName
类型: System.String未使用的参数。 对给定数据库 ID 描述的整个数据库执行碎片整理。
通过
类型: System.Int32启动联机碎片整理任务时,此参数设置碎片整理传递的最大次数。 停止联机碎片整理任务时,此参数设置为执行的传递数。
seconds
类型: System.Int32启动联机碎片整理任务时,此参数设置碎片整理的最长时间。 停止联机碎片整理任务时,此输出缓冲区设置为用于碎片整理的时间长度。
grbit
类型: Microsoft.Isam.Esent.Interop.DefragGrbit碎片整理选项。
返回值
类型: Microsoft.Isam.Esent.Interop.JET_wrn
警告代码。