Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a connection to a data source.
Spazio dei nomi Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
ReadOnly Property Connection As IDbConnection
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Data.IDbConnection
An IDbConnection object that represents a connection to a data source.