Skip to content

Latest commit

 

History

History
100 lines (76 loc) · 2.26 KB

api.jetgrowdatabase-method.md

File metadata and controls

100 lines (76 loc) · 2.26 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: Api.JetGrowDatabase method
Api.JetGrowDatabase method
JetGrowDatabase method
M:Microsoft.Isam.Esent.Interop.Api.JetGrowDatabase(Microsoft.Isam.Esent.Interop.JET_SESID,Microsoft.Isam.Esent.Interop.JET_DBID,System.Int32,System.Int32@)
55100754
07/30/2014
reference
Microsoft.Isam.Esent.Interop.Api.JetGrowDatabase
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.Api.JetGrowDatabase
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

Api.JetGrowDatabase method

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

  • desiredPages
    Type: System.Int32

    The desired size of the database, in pages.

  • actualPages
    Type: System.Int32

    The size of the database, in pages, after the call.

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace