Propriété BusinessLogicTransaction.IsolationLevel
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the IsolationLevel for this transaction.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsolationLevel As IsolationLevel
Get
'Utilisation
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
Valeur de propriété
Type : System.Data.IsolationLevel
The IsolationLevel for this transaction.
Implémente
Voir aussi
Référence
BusinessLogicTransaction Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport