ProviderConnectionWrapper.CreateConnectionWrapper Method

Definition

Overloads

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

Parameters

connectionInfo
ConnectionInfo

Returns

Applies to

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

Parameters

dataSourceMatch
DataSourceSearchMatch

Returns

Applies to