次の方法で共有


MetaType.Associations プロパティ

定義

派生クラスでオーバーライドされた場合は、すべての関連付けの列挙体が取得されます。

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaAssociation ^> ^ Associations { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Linq::Mapping::MetaAssociation ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaAssociation> Associations { get; }
member this.Associations : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.Mapping.MetaAssociation>
Public MustOverride ReadOnly Property Associations As ReadOnlyCollection(Of MetaAssociation)

プロパティ値

関連付けのコレクション。

適用対象