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 da propriedade

Um dos valores de TransactionIsolationLevel. O padrão é Any.

Comentários

Uma nova transação será criada se a transação delimitada não estiver em execução no nível de isolamento especificado. IsolationLevel será ignorado se o código incluído não for executado de outra forma em uma transação.

Aplica-se a