Udostępnij za pośrednictwem


BusinessLogicTransaction.IsolationLevel Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the IsolationLevel for this transaction.

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

Syntax

'Declaration
Public ReadOnly Property IsolationLevel As IsolationLevel 
    Get
'Usage
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

Property Value

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

Implements

IDbTransaction.IsolationLevel

See Also

Reference

BusinessLogicTransaction Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace