Freigeben über


IDbConnectionWrapper.Connection-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets a connection to a data source.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
ReadOnly Property Connection As IDbConnection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

IDbConnectionWrapper Schnittstelle

Microsoft.ReportingServices.DataProcessing-Namespace