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.
Extends the size of a database that is currently open.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGrowDatabase ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
desiredPages As Integer, _
<OutAttribute> ByRef actualPages As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim desiredPages As Integer
Dim actualPages As IntegerApi.JetGrowDatabase(sesid, dbid, _
desiredPages, actualPages)
public static void JetGrowDatabase(
JET_SESID sesid,
JET_DBID dbid,
int desiredPages,
out int actualPages
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
dbid
Type: Microsoft.Isam.Esent.Interop.JET_DBIDThe database to grow.
desiredPages
Type: System.Int32The desired size of the database, in pages.
actualPages
Type: System.Int32The size of the database, in pages, after the call.