Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
Spazio dei nomi Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
Public Interface IDbTransactionExtension _
Inherits IDbTransaction, IDisposable
'Utilizzo
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
Nel tipo IDbTransactionExtension sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
AllowMultiConnection | Indicates whether the provider extension allows a single transaction to be used across multiple connections. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Commit | Commits the database transaction. Ereditato da IDbTransaction. |
![]() |
Dispose | Ereditato da IDisposable. |
![]() |
Rollback | Rolls back a transaction from a pending state. Ereditato da IDbTransaction. |
In alto
.gif)
.gif)