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 | |
---|---|---|
Connection | Gets the AdomdConnection that the AdomdTransaction uses. | |
IsolationLevel | Gets the isolation level that the AdomdTransaction uses. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Commit | Commits the transaction that the AdomdTransaction represents. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
Rollback | Rolls back a transaction in a pending state that the AdomdTransaction represents. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
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.