MetaType.Associations Eigenschaft

Definition

Wenn eine abgeleitete Klasse überschrieben wird, wird eine Enumeration aller Zuordnungen zurückgegeben.

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)

Eigenschaftswert

Eine Sammlung von Zuordnungen.

Gilt für: