Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the isolation level that the AdomdTransaction uses.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property IsolationLevel As IsolationLevel
Get
'Usage
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
Eigenschaftswert
Typ: System.Data.IsolationLevel
A System.Data.IsolationLevel enumeration value that represents the isolation level of the AdomdTransaction.
Implementiert
Hinweise
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].