次の方法で共有


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

戻り値

適用対象