次の方法で共有


DesignerDataTable.Relationships プロパティ

定義

テーブルに定義されているリレーションシップのコレクションを取得します。

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

プロパティ値

DesignerDataRelationship オブジェクトのコレクション。

注釈

リレーションシップは、データ ストア内の 2 つのテーブル間のリンクを表します。 プロパティは Relationships 、このテーブルとデータ ストア内の他のテーブルとの間のすべてのリレーションシップを表すコレクションを返します。

適用対象