IDbConnectionWrapper.Connection 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets a connection to a data source.

命名空间:  Microsoft.ReportingServices.DataProcessing
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
ReadOnly Property Connection As IDbConnection 
    Get
用法
Dim instance As IDbConnectionWrapper 
Dim value As IDbConnection 

value = instance.Connection
IDbConnection Connection { get; }
property IDbConnection^ Connection {
    IDbConnection^ get ();
}
abstract Connection : IDbConnection
function get Connection () : IDbConnection

属性值

类型:System.Data.IDbConnection
An IDbConnection object that represents a connection to a data source.

请参阅

参考

IDbConnectionWrapper 接口

Microsoft.ReportingServices.DataProcessing 命名空间