TransactionScope.IsolationLevel Propiedad

Definición

Obtiene o establece para IsolationLevel este TransactionScopeobjeto .

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 este TransactionScopeobjeto .

Comentarios

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

Se aplica a