AdomdTransaction-Klasse
Represents a transaction to be performed at a multidimensional data source.
Vererbungshierarchie
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..AdomdTransaction
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class AdomdTransaction _
Implements IDbTransaction, IDisposable
'Usage
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
Der AdomdTransaction-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Connection | Gets the AdomdConnection that the AdomdTransaction uses. | |
IsolationLevel | Gets the isolation level that the AdomdTransaction uses. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Commit | Commits the transaction that the AdomdTransaction represents. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
Rollback | Rolls back a transaction in a pending state that the AdomdTransaction represents. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDbTransaction. . :: . .Connection |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.