ConnectionStringEditor.EditConnectString 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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