QueryManager.CreateAndOpenConnection 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
CreateAndOpenConnection() | |
CreateAndOpenConnection(PromptMode) |
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
Returns
Applies to
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
Parameters
- promptMode
- PromptMode