Transaction.IsInTransaction(Eigenschaft)
Ruft einen Wert ab, der angibt, ob sich dieses Objekt derzeit in einer Transaktion befindet.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public ReadOnly Property IsInTransaction As Boolean
Get
'Usage
Dim instance As Transaction
Dim value As Boolean
value = instance.IsInTransaction
public bool IsInTransaction { get; }
Eigenschaftswert
Typ: System.Boolean