Partager via


Propriété IDbConnectionWrapper.Connection

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a connection to a data source.

Espace de noms :  Microsoft.ReportingServices.DataProcessing
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
ReadOnly Property Connection As IDbConnection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDbConnectionWrapper Interface

Espace de noms Microsoft.ReportingServices.DataProcessing