Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.