TransactionScope.IsolationLevel Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des IsolationLevel Werts für diesen TransactionScopeWert.

public:
 property System::Transactions::IsolationLevel IsolationLevel { System::Transactions::IsolationLevel get(); void set(System::Transactions::IsolationLevel value); };
public System.Transactions.IsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.Transactions.IsolationLevel with get, set
Public Property IsolationLevel As IsolationLevel

Eigenschaftswert

Dies IsolationLevelTransactionScope.

Hinweise

Diese Eigenschaft ist zur Laufzeit schreibgeschützt. Wenn der Wert zur Laufzeit festgelegt wird, wird ein InvalidOperationException Fehler ausgelöst.

Gilt für: