Compartir a través de


Clase AdomdTransaction

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class AdomdTransaction _
    Implements IDbTransaction, IDisposable
'Uso
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

El tipo AdomdTransaction expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Connection Gets the AdomdConnection that the AdomdTransaction uses.
Propiedad pública IsolationLevel Gets the isolation level that the AdomdTransaction uses.

Arriba

Métodos

  Nombre Descripción
Método público Commit Commits the transaction that the AdomdTransaction represents.
Método público Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Rollback Rolls back a transaction in a pending state that the AdomdTransaction represents.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IDbTransaction. . :: . .Connection

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.