Share via


FormView.IDataBoundControl.DataSourceID 속성

정의

FormView 컨트롤에서 검색하는 데이터 항목 목록이 포함된 데이터 소스 컨트롤의 ID를 가져오거나 설정합니다.

property System::String ^ System::Web::UI::WebControls::IDataBoundControl::DataSourceID { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.WebControls.IDataBoundControl.DataSourceID { get; set; }
member this.System.Web.UI.WebControls.IDataBoundControl.DataSourceID : string with get, set
 Property DataSourceID As String Implements IDataBoundControl.DataSourceID

속성 값

String

FormView 컨트롤에서 검색하는 데이터 항목 목록이 포함된 데이터 소스 컨트롤의 ID입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, FormView 인스턴스가 IDataBoundControl 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상