次の方法で共有


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 オブジェクトのコレクション。

適用対象