Transaction.IsInTransaction-Eigenschaft

Ruft einen Wert ab, der angibt, ob sich dieses Objekt derzeit in einer Transaktion befindet.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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

Siehe auch

Verweis

Transaktionsklasse

Transaktionsmitglieder

Microsoft.Isam.Esent.Interop-Namespace