共用方式為


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.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdClient 命名空間