Interface IDbTransactionExtension
Represents additional transaction properties that can be implemented by SQL Server Reporting Services data processing extensions.
Namespace: Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
Public Interface IDbTransactionExtension _
Inherits IDbTransaction, IDisposable
'Uso
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
Consulte também