Partilhar via


Propriedade do RDL BusinessLogicTransaction.IsolationLevel

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the IsolationLevel for this transaction.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsolationLevel As IsolationLevel 
    Get
'Uso
Dim instance As BusinessLogicTransaction 
Dim value As IsolationLevel 

value = instance.IsolationLevel
public IsolationLevel IsolationLevel { get; }
public:
virtual property IsolationLevel IsolationLevel {
    IsolationLevel get () sealed;
}
abstract IsolationLevel : IsolationLevel 
override IsolationLevel : IsolationLevel
final function get IsolationLevel () : IsolationLevel

Valor da propriedade

Tipo: System.Data.IsolationLevel
The IsolationLevel for this transaction.

Implementa

IDbTransaction.IsolationLevel

Consulte também

Referência

BusinessLogicTransaction Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport