TransactionScope.IsolationLevel Eigenschaft

Definition

Ruft die IsolationLevel für diesen TransactionScope ab oder legt sie fest.

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

Das IsolationLevel für dieses TransactionScope.

Hinweise

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

Gilt für: