Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a connection to a data source.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: 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
Property Value
Type: System.Data.IDbConnection
An IDbConnection object that represents a connection to a data source.