다음을 통해 공유


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 네임스페이스