TransactionScope.IsolationLevel Eigenschap

Definitie

Hiermee haalt u het op of stelt u dit IsolationLevelTransactionScopein.

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

Waarde van eigenschap

De IsolationLevel voor dit TransactionScope.

Opmerkingen

Deze eigenschap heeft het kenmerk Alleen-lezen tijdens runtime. Als de waarde tijdens runtime is ingesteld, wordt er een InvalidOperationException gegenereerd.

Van toepassing op