DesignerDataRelationship.ChildColumns 属性

定义

获取子表中属于关系一部分的列的集合。

public:
 property System::Collections::ICollection ^ ChildColumns { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection ChildColumns { get; }
member this.ChildColumns : System.Collections.ICollection
Public ReadOnly Property ChildColumns As ICollection

属性值

DesignerDataColumn 对象的集合,定义子表中的关系。

适用于