DesignerDataRelationship.ChildColumns 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從屬於關聯性一部分的子資料表中取得資料行集合。
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 物件集合。