IDbConnectionWrapper 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Provides a wrapper to an IDbConnection object.
命名空间: Microsoft.ReportingServices.DataProcessing
程序集: Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
Public Interface IDbConnectionWrapper
用法
Dim instance As IDbConnectionWrapper
public interface IDbConnectionWrapper
public interface class IDbConnectionWrapper
type IDbConnectionWrapper = interface end
public interface IDbConnectionWrapper
IDbConnectionWrapper 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Connection | 基础结构。Gets a connection to a data source. |
页首