Condividi tramite


Classe AdomdTransaction

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class AdomdTransaction _
    Implements IDbTransaction, IDisposable
'Utilizzo
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

Nel tipo AdomdTransaction sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Connection Gets the AdomdConnection that the AdomdTransaction uses.
Proprietà pubblica IsolationLevel Gets the isolation level that the AdomdTransaction uses.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Commit Commits the transaction that the AdomdTransaction represents.
Metodo pubblico Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Rollback Rolls back a transaction in a pending state that the AdomdTransaction represents.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaProprietà privata IDbTransaction. . :: . .Connection

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.