ContextUtil.SystemTransaction Eigenschap

Definitie

Hiermee haalt u de huidige transactiecontext op.

public:
 static property System::Transactions::Transaction ^ SystemTransaction { System::Transactions::Transaction ^ get(); };
public static System.Transactions.Transaction SystemTransaction { get; }
static member SystemTransaction : System.Transactions.Transaction
Public Shared ReadOnly Property SystemTransaction As Transaction

Waarde van eigenschap

Een Transaction die de huidige transactiecontext vertegenwoordigt.

Uitzonderingen

Er is geen COM+-context beschikbaar.

Opmerkingen

Als er geen transactiecontext bestaat wanneer deze eigenschap wordt geopend, wordt er een nieuwe transactiecontext gemaakt en geretourneerd.

Van toepassing op