AdomdTransaction-Member
Represents a transaction to be performed at a multidimensional data source.
Der AdomdTransaction-Typ macht die folgenden Member verfügbar.
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
Eigenschaften
Name | Beschreibung | |
---|---|---|
Connection | Gets the AdomdConnection that the AdomdTransaction uses. | |
IsolationLevel | Gets the isolation level that the AdomdTransaction uses. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IDbTransaction. . :: . .Connection |
Zum Anfang