TransactionScope.IsolationLevel Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define para IsolationLevel este 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 Propriedade
IsolationLevel Para istoTransactionScope.
Observações
Esta propriedade é apenas de leitura em tempo de execução. Se o valor for definido em tempo de execução, é InvalidOperationException lançado.