TransactionScope.IsolationLevel Propiedad

Definición

Obtiene o establece el IsolationLevel para este objeto 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

Valor de propiedad

IsolationLevel para TransactionScope.

Comentarios

Esta propiedad es de solo lectura en runtime. Si el valor se establece en tiempo de ejecución, se produce una excepción InvalidOperationException.

Se aplica a