JET_SNPROG.cunitDone property

Gets the number of work units that are already completed during the long running operation.

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

Syntax

'Declaration
Public Property cunitDone As Integer
    Get
    Friend Set
'Usage
Dim instance As JET_SNPROG
Dim value As Integer

value = instance.cunitDone
public int cunitDone { get; internal set; }

Property value

Type: System.Int32

See also

Reference

JET_SNPROG class

JET_SNPROG members

Microsoft.Isam.Esent.Interop namespace