Класс 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.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Rollback Rolls back a transaction in a pending state that the AdomdTransaction represents.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытое свойство IDbTransaction. . :: . .Connection

В начало

Замечания

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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.