Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Interface IDbTransactionExtension _
Inherits IDbTransaction, IDisposable
'Usage
Dim instance As IDbTransactionExtension
public interface IDbTransactionExtension : IDbTransaction,
IDisposable
public interface class IDbTransactionExtension : IDbTransaction,
IDisposable
type IDbTransactionExtension =
interface
interface IDbTransaction
interface IDisposable
end
public interface IDbTransactionExtension extends IDbTransaction, IDisposable
Der IDbTransactionExtension-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AllowMultiConnection | Indicates whether the provider extension allows a single transaction to be used across multiple connections. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Commit | Commits the database transaction. (Geerbt von IDbTransaction.) |
![]() |
Dispose | (Geerbt von IDisposable.) |
![]() |
Rollback | Rolls back a transaction from a pending state. (Geerbt von IDbTransaction.) |
Zum Anfang
.gif)
.gif)