ProviderConnectionWrapper.CreateConnectionWrapper Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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