Compartir a través de


AdomdTransaction Miembros

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

El tipo AdomdTransaction expone los siguientes miembros.

Métodos

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

Principio

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.

Principio

Implementaciones de interfaces explícitas

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

Principio