Compartir a través de


IDbConnectionWrapper.Connection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a connection to a data source.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
ReadOnly Property Connection As IDbConnection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IDbConnectionWrapper Interfaz

Espacio de nombres Microsoft.ReportingServices.DataProcessing