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