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.
Initializes a new instance of the InstanceParameters class.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Sub New ( _
instance As JET_INSTANCE _
)
'Usage
Dim instance As JET_INSTANCE
Dim instance As New InstanceParameters(instance)
public InstanceParameters(
JET_INSTANCE instance
)
Parameters
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe instance to set parameters on. If this is JET_INSTANCE.Nil, then the settings affect the default settings of future instances.