次の方法で共有


DbConnectionOpener.CreateAndOpenConnection メソッド

定義

public:
 Microsoft::ReportingServices::DataProcessing::IDbConnection ^ CreateAndOpenConnection(Microsoft::ReportDesigner::Data::CachedCredentials ^ creds, Microsoft::ReportDesigner::Data::Server::PromptMode promptMode, Microsoft::ReportDesigner::Data::Server::ExceptionHandlingMode exceptionHandlingMode);
public Microsoft.ReportingServices.DataProcessing.IDbConnection CreateAndOpenConnection (Microsoft.ReportDesigner.Data.CachedCredentials creds, Microsoft.ReportDesigner.Data.Server.PromptMode promptMode, Microsoft.ReportDesigner.Data.Server.ExceptionHandlingMode exceptionHandlingMode);
member this.CreateAndOpenConnection : Microsoft.ReportDesigner.Data.CachedCredentials * Microsoft.ReportDesigner.Data.Server.PromptMode * Microsoft.ReportDesigner.Data.Server.ExceptionHandlingMode -> Microsoft.ReportingServices.DataProcessing.IDbConnection
Public Function CreateAndOpenConnection (creds As CachedCredentials, promptMode As PromptMode, exceptionHandlingMode As ExceptionHandlingMode) As IDbConnection

パラメーター

promptMode
PromptMode
exceptionHandlingMode
ExceptionHandlingMode

戻り値

適用対象