AssociationSet.AssociationSetEnds Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Enden dieses AssociationSet ab.
public:
property System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::AssociationSetEnd ^> ^ AssociationSetEnds { System::Data::Metadata::Edm::ReadOnlyMetadataCollection<System::Data::Metadata::Edm::AssociationSetEnd ^> ^ get(); };
public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.AssociationSetEnd> AssociationSetEnds { get; }
member this.AssociationSetEnds : System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.AssociationSetEnd>
Public ReadOnly Property AssociationSetEnds As ReadOnlyMetadataCollection(Of AssociationSetEnd)
Eigenschaftswert
Eine Auflistung vom Typ ReadOnlyMetadataCollection<T>, die die Enden dieses AssociationSet enthält.