TransactionScope.IsolationLevel Vlastnost

Definice

Získá nebo nastaví IsolationLevel pro to TransactionScope.

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

Hodnota vlastnosti

Pro IsolationLevel toto TransactionScope.

Poznámky

Tato vlastnost je za běhu jen pro čtení. Pokud je hodnota nastavena za běhu, InvalidOperationException vyvolá se.

Platí pro