ServiceConfig.IsolationLevel Propriedade

Definição

Obtém ou define o nível de isolamento da transação.

public:
 property System::EnterpriseServices::TransactionIsolationLevel IsolationLevel { System::EnterpriseServices::TransactionIsolationLevel get(); void set(System::EnterpriseServices::TransactionIsolationLevel value); };
public System.EnterpriseServices.TransactionIsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.EnterpriseServices.TransactionIsolationLevel with get, set
Public Property IsolationLevel As TransactionIsolationLevel

Valor de Propriedade

Um dos TransactionIsolationLevel valores. A predefinição é Any.

Observações

Uma nova transação é criada se a transação anexa não estiver a correr ao nível de isolamento especificado. IsolationLevel é ignorado se o código adjunto não seria executado numa transação.

Aplica-se a