Api.JetSetSystemParameter method (JET_INSTANCE, JET_SESID, JET_param, Int32, String)

Sets database configuration options.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Function JetSetSystemParameter ( _
    instance As JET_INSTANCE, _
    sesid As JET_SESID, _
    paramid As JET_param, _
    paramValue As Integer, _
    paramString As String _
) As JET_wrn
'Usage
Dim instance As JET_INSTANCE
Dim sesid As JET_SESID
Dim paramid As JET_param
Dim paramValue As Integer
Dim paramString As String
Dim returnValue As JET_wrn

returnValue = Api.JetSetSystemParameter(instance, _
    sesid, paramid, paramValue, paramString)
public static JET_wrn JetSetSystemParameter(
    JET_INSTANCE instance,
    JET_SESID sesid,
    JET_param paramid,
    int paramValue,
    string paramString
)

Parameters

  • paramValue
    Type: System.Int32

    The value of the parameter to set, if the parameter is an integer type.

  • paramString
    Type: System.String

    The value of the parameter to set, if the parameter is a string type.

Return value

Type: Microsoft.Isam.Esent.Interop.JET_wrn
An ESENT warning code.

See also

Reference

Api class

Api members

JetSetSystemParameter overload

Microsoft.Isam.Esent.Interop namespace