AdomdTransaction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.AnalysisServices.AdomdClient.AdomdTransaction
public sealed class AdomdTransaction : IDisposable, System.Data.IDbTransaction
type AdomdTransaction = class
interface IDbTransaction
interface IDisposable
Public NotInheritable Class AdomdTransaction
Implements IDbTransaction, IDisposable
- Inheritance
-
AdomdTransaction
- Implements
Properties
Connection |
Connection |
IsolationLevel |
IsolationLevel |
Methods
Commit() |
Commit |
Dispose() |
Dispose |
Finalize() |
Finalizer |
Rollback() |
Rollback |
Explicit Interface Implementations
IDbTransaction.Connection |