Класс AdomdTransaction
Represents a transaction to be performed at a multidimensional data source.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.AdomdClient.AdomdTransaction
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public NotInheritable Class AdomdTransaction _
Implements IDbTransaction, IDisposable
'Применение
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
Тип AdomdTransaction обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Connection | Gets the AdomdConnection that the AdomdTransaction uses. | |
IsolationLevel | Gets the isolation level that the AdomdTransaction uses. |
В начало
Методы
Имя | Описание | |
---|---|---|
Commit | Commits the transaction that the AdomdTransaction represents. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
Rollback | Rolls back a transaction in a pending state that the AdomdTransaction represents. | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IDbTransaction.Connection | Specifies the Connection object to associate with the transaction. |
В начало
Замечания
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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.