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.
實作
備註
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].