Поделиться через


Свойство AdomdTransaction.IsolationLevel

Gets the isolation level that the AdomdTransaction uses.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsolationLevel As IsolationLevel 
    Get
'Применение
Dim instance As AdomdTransaction 
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

Значение свойства

Тип: System.Data.IsolationLevel
A System.Data.IsolationLevel enumeration value that represents the isolation level of the AdomdTransaction.

Реализует

IDbTransaction.IsolationLevel

Замечания

Nested transactions are not supported. Therefore, the value of the IsolationLevel property applies to the entire transaction.

This property always returns [System.Data.IsolationLevel.ReadCommitted].

См. также

Справочник

AdomdTransaction Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient