AdomdTransaction.IsolationLevel Property

 

Gets the isolation level that the AdomdTransaction uses.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public IsolationLevel IsolationLevel { get; }
public:
property IsolationLevel IsolationLevel {
    virtual IsolationLevel get() sealed;
}
abstract IsolationLevel : IsolationLevel with get
override IsolationLevel : IsolationLevel with get
Public ReadOnly Property IsolationLevel As IsolationLevel

Property Value

Type: System.Data.IsolationLevel

A System.Data.IsolationLevel enumeration value that represents the isolation level of the AdomdTransaction.

Implements

IDbTransaction.IsolationLevel

Remarks

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

This property always returns ReadCommitted.

See Also

AdomdTransaction Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top