DetailsView.IDataBoundControl.DataSourceID 属性

定义

有关此属性的说明,请参见 DataSourceID

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

属性值

数据源控件的 ID,该数据源控件包含 DetailsView 控件所检索到的数据项列表。

实现

注解

此成员是显式接口成员的实现。 它只能在 DetailsView 实例被强制转换为 IDataBoundControl 接口时使用。

适用于