BaseDataBoundControlDesigner.ShowCreateDataSourceDialog 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在設計主機中,例如 Visual Studio 2005,會顯示對話框以協助使用者建立數據源。
public:
static System::Windows::Forms::DialogResult ShowCreateDataSourceDialog(System::Web::UI::Design::ControlDesigner ^ controlDesigner, Type ^ dataSourceType, bool configure, [Runtime::InteropServices::Out] System::String ^ % dataSourceID);
public static System.Windows.Forms.DialogResult ShowCreateDataSourceDialog (System.Web.UI.Design.ControlDesigner controlDesigner, Type dataSourceType, bool configure, out string dataSourceID);
static member ShowCreateDataSourceDialog : System.Web.UI.Design.ControlDesigner * Type * bool * string -> System.Windows.Forms.DialogResult
Public Shared Function ShowCreateDataSourceDialog (controlDesigner As ControlDesigner, dataSourceType As Type, configure As Boolean, ByRef dataSourceID As String) As DialogResult
參數
- controlDesigner
- ControlDesigner
此設計工具的參考。
- dataSourceType
- Type
資料來源的類型。
- configure
- Boolean
true
表示啟用組態編輯,false
則表示停用組態編輯。
- dataSourceID
- String
頁面上 DataSourceControl 控制項的 ID。
傳回
DialogResult 物件。