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 | |
---|---|---|
Connection | Gets the AdomdConnection that the AdomdTransaction uses. | |
IsolationLevel | Gets the isolation level that the AdomdTransaction uses. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Commit | Commits the transaction that the AdomdTransaction represents. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
Rollback | Rolls back a transaction in a pending state that the AdomdTransaction represents. | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
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.