ConnectionStringEditor.EditConnectString Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- ownerWindow
- Control
- reportProject
- IReportProject
- ServiceProvider
- IServiceProvider
- value
- String
- credentials
- DataSourceCredentials
- fIntegratedSecurity
- Boolean
- dataSourceType
- String
- fModified
- Boolean
- fUsePrompt
- Boolean