IDbConnectionWrapper Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides a wrapper to an IDbConnection object.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Interface IDbConnectionWrapper
'Usage
Dim instance As IDbConnectionWrapper
public interface IDbConnectionWrapper
public interface class IDbConnectionWrapper
type IDbConnectionWrapper = interface end
public interface IDbConnectionWrapper
The IDbConnectionWrapper type exposes the following members.
Properties
Name | Description | |
---|---|---|
Connection | Infrastructure. Gets a connection to a data source. |
Top