次の方法で共有


DesignerDataRelationship.ParentColumns プロパティ

定義

2 つのテーブル間のリレーションシップの一部である親テーブルから、列のコレクションを取得します。

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

プロパティ値

親テーブル内でリレーションシップを定義している DesignerDataColumn オブジェクトのコレクション。

適用対象