DesignerDataRelationship.ChildTable 属性
定义
获取关系中引用的子表。Gets the child table referenced in the relationship.
public:
property System::ComponentModel::Design::Data::DesignerDataTable ^ ChildTable { System::ComponentModel::Design::Data::DesignerDataTable ^ get(); };
public System.ComponentModel.Design.Data.DesignerDataTable ChildTable { get; }
member this.ChildTable : System.ComponentModel.Design.Data.DesignerDataTable
Public ReadOnly Property ChildTable As DesignerDataTable
属性值
表示关系中的子表的 DesignerDataTable 对象。A DesignerDataTable object that represents the child table in the relationship.