Share via


Classe AdomdTransaction

Represents a transaction to be performed at a multidimensional data source.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..AdomdTransaction

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class AdomdTransaction _
    Implements IDbTransaction, IDisposable
'Utilisation
Dim instance As AdomdTransaction
public sealed class AdomdTransaction : IDbTransaction, 
    IDisposable
public ref class AdomdTransaction sealed : IDbTransaction, 
    IDisposable
[<SealedAttribute>]
type AdomdTransaction =  
    class
        interface IDbTransaction
        interface IDisposable
    end
public final class AdomdTransaction implements IDbTransaction, IDisposable

Le type AdomdTransaction expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Connection Gets the AdomdConnection that the AdomdTransaction uses.
Propriété publique IsolationLevel Gets the isolation level that the AdomdTransaction uses.

Haut de la page

Méthodes

  Nom Description
Méthode publique Commit Commits the transaction that the AdomdTransaction represents.
Méthode publique Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Rollback Rolls back a transaction in a pending state that the AdomdTransaction represents.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IDbTransaction. . :: . .Connection

Haut de la page

Notes

The AdomdTransaction class implements the System.Data..::..IDbTransaction interface for ADOMD.NET, and represents the standard transaction mechanism of a Microsoft .NET Framework data provider. The class is instantiated by the BeginTransaction method of the AdomdConnection.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.