AssociationSet.AssociationSetEnds 속성

정의

AssociationSet끝 부분을 가져옵니다.

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)

속성 값

AssociationSet의 끝을 포함하는 형식 ReadOnlyMetadataCollection<T> 의 컬렉션입니다.

적용 대상