JET_BKLOGTIME. IsSnapshot-Eigenschaft
Ruft einen Wert ab, der angibt, ob die JET_BKLOGTIME für eine Momentaufnahmesicherung ist.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public ReadOnly Property IsSnapshot As Boolean
Get
'Usage
Dim instance As JET_BKLOGTIME
Dim value As Boolean
value = instance.IsSnapshot
public bool IsSnapshot { get; }
Eigenschaftswert
Typ: System.Boolean