This document is archived and information here might be outdated. Recommended version. |
Indicates if there is already a transaction in progress.
[Visual Basic .NET]
Public ReadOnly Property InTransaction As Boolean
[C#]
public bool InTransaction {get;}
[C++]
HRESULT get_InTransaction(
Boolean* InTransaction
);
[C++] Parameters InTransaction [out, retval]
InTransaction is a parameter of type bool*
ITransactions does not support nested transactions. The InTransaction property should be used to test if the workspace is already within a transaction.