Proprietà BusinessLogicTransaction.IsolationLevel
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the IsolationLevel for this transaction.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsolationLevel As IsolationLevel
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Data.IsolationLevel
The IsolationLevel for this transaction.
Implementa
Vedere anche
Riferimento
BusinessLogicTransaction Classe
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport