共用方式為


AdomdTransaction 類別

Represents a transaction to be performed at a multidimensional data source.

命名空間:  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

備註

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.

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..AdomdTransaction

執行緒安全性

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