Proprietà IsolationLevel
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
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à
Implementa
Vedere anche