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.
Gets or sets the maximum interval to allow the database scan to finish, in seconds.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property DbScanIntervalMaxSec As Integer
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer
value = instance.DbScanIntervalMaxSec
instance.DbScanIntervalMaxSec = value
public int DbScanIntervalMaxSec { get; set; }
Property value
Type: System.Int32