TransactionOptions.IsolationLevel Propiedad

Definición

Obtiene o establece el nivel de aislamiento de la transacción.

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

Enumeración IsolationLevel que especifica el nivel de aislamiento de la transacción.

Se aplica a