ConnectionStringEditor.EditConnectString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
static bool EditConnectString(System::Windows::Forms::Control ^ ownerWindow, Microsoft::ReportDesigner::IReportProject ^ reportProject, IServiceProvider ^ ServiceProvider, System::String ^ % value, Microsoft::ReportingServices::RdlObjectModel::DataSourceCredentials ^ % credentials, bool % fIntegratedSecurity, System::String ^ % dataSourceType, [Runtime::InteropServices::Out] bool % fModified, [Runtime::InteropServices::Out] bool % fUsePrompt);
public static bool EditConnectString(System.Windows.Forms.Control ownerWindow, Microsoft.ReportDesigner.IReportProject reportProject, IServiceProvider ServiceProvider, ref string value, ref Microsoft.ReportingServices.RdlObjectModel.DataSourceCredentials credentials, ref bool fIntegratedSecurity, ref string dataSourceType, out bool fModified, out bool fUsePrompt);
static member EditConnectString : System.Windows.Forms.Control * Microsoft.ReportDesigner.IReportProject * IServiceProvider * string * DataSourceCredentials * bool * string * bool * bool -> bool
Public Shared Function EditConnectString (ownerWindow As Control, reportProject As IReportProject, ServiceProvider As IServiceProvider, ByRef value As String, ByRef credentials As DataSourceCredentials, ByRef fIntegratedSecurity As Boolean, ByRef dataSourceType As String, ByRef fModified As Boolean, ByRef fUsePrompt As Boolean) As Boolean
Paramètres
- ownerWindow
- Control
- reportProject
- IReportProject
- ServiceProvider
- IServiceProvider
- value
- String
- credentials
- DataSourceCredentials
- fIntegratedSecurity
- Boolean
- dataSourceType
- String
- fModified
- Boolean
- fUsePrompt
- Boolean