다음을 통해 공유


BaseDataBoundControlDesigner.ShowCreateDataSourceDialog 메서드

정의

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 개체입니다.

적용 대상

추가 정보