QueryManager.CreateAndOpenConnection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateAndOpenConnection()
public:
Microsoft::ReportingServices::DataProcessing::IDbConnection ^ CreateAndOpenConnection();
public Microsoft.ReportingServices.DataProcessing.IDbConnection CreateAndOpenConnection();
member this.CreateAndOpenConnection : unit -> Microsoft.ReportingServices.DataProcessing.IDbConnection
Public Function CreateAndOpenConnection () As IDbConnection
返品
適用対象
CreateAndOpenConnection(PromptMode)
public:
Microsoft::ReportingServices::DataProcessing::IDbConnection ^ CreateAndOpenConnection(Microsoft::ReportDesigner::Data::Server::PromptMode promptMode);
public Microsoft.ReportingServices.DataProcessing.IDbConnection CreateAndOpenConnection(Microsoft.ReportDesigner.Data.Server.PromptMode promptMode);
member this.CreateAndOpenConnection : Microsoft.ReportDesigner.Data.Server.PromptMode -> Microsoft.ReportingServices.DataProcessing.IDbConnection
Public Function CreateAndOpenConnection (promptMode As PromptMode) As IDbConnection
パラメーター
- promptMode
- PromptMode