次の方法で共有


AdomdTransaction.IsolationLevel プロパティ

AdomdTransaction が使用する分離レベルを取得します。

名前空間:  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
AdomdTransaction の分離レベルを表す System.Data.IsolationLevel 列挙値です。

実装

IDbTransaction.IsolationLevel

説明

入れ子になったトランザクションはサポートされていません。 したがって、IsolationLevel プロパティの値はトランザクション全体に適用されます。

このプロパティは、常に [System.Data.IsolationLevel.ReadCommitted] を返します。

関連項目

参照

AdomdTransaction クラス

Microsoft.AnalysisServices.AdomdClient 名前空間