Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.