ConnectionStringEditor.EditConnectString Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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
Параметры
- ownerWindow
- Control
- reportProject
- IReportProject
- ServiceProvider
- IServiceProvider
- value
- String
- credentials
- DataSourceCredentials
- fIntegratedSecurity
- Boolean
- dataSourceType
- String
- fModified
- Boolean
- fUsePrompt
- Boolean