ProviderConnectionWrapper.CreateConnectionWrapper Метод

Определение

Перегрузки

CreateConnectionWrapper(ConnectionInfo)
CreateConnectionWrapper(DataSourceSearchMatch)

CreateConnectionWrapper(ConnectionInfo)

public:
 static Microsoft::ReportingServices::QueryDesigners::ProviderConnectionWrapper ^ CreateConnectionWrapper(Microsoft::ReportingServices::QueryDesigners::ConnectionInfo ^ connectionInfo);
public static Microsoft.ReportingServices.QueryDesigners.ProviderConnectionWrapper CreateConnectionWrapper (Microsoft.ReportingServices.QueryDesigners.ConnectionInfo connectionInfo);
static member CreateConnectionWrapper : Microsoft.ReportingServices.QueryDesigners.ConnectionInfo -> Microsoft.ReportingServices.QueryDesigners.ProviderConnectionWrapper
Public Shared Function CreateConnectionWrapper (connectionInfo As ConnectionInfo) As ProviderConnectionWrapper

Параметры

connectionInfo
ConnectionInfo

Возвращаемое значение

Применяется к

CreateConnectionWrapper(DataSourceSearchMatch)

public:
 static Microsoft::ReportingServices::QueryDesigners::ProviderConnectionWrapper ^ CreateConnectionWrapper(Microsoft::ReportingServices::QueryDesigners::DataSourceSearching::DataSourceSearchMatch ^ dataSourceMatch);
public static Microsoft.ReportingServices.QueryDesigners.ProviderConnectionWrapper CreateConnectionWrapper (Microsoft.ReportingServices.QueryDesigners.DataSourceSearching.DataSourceSearchMatch dataSourceMatch);
static member CreateConnectionWrapper : Microsoft.ReportingServices.QueryDesigners.DataSourceSearching.DataSourceSearchMatch -> Microsoft.ReportingServices.QueryDesigners.ProviderConnectionWrapper
Public Shared Function CreateConnectionWrapper (dataSourceMatch As DataSourceSearchMatch) As ProviderConnectionWrapper

Параметры

dataSourceMatch
DataSourceSearchMatch

Возвращаемое значение

Применяется к