Member Property Collection(IListMember Property) Constructor
Construct the collection using a list of MemberProperty objects
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public MemberPropertyCollection(
IList<MemberProperty> members
)VB
Public Sub New (
members As IList(Of MemberProperty)
)C++
public:
MemberPropertyCollection(
IList<MemberProperty^>^ members
)F#
new :
members : IList<MemberProperty> -> MemberPropertyCollectionParameters
- members IListMemberProperty
- The IListT of related-to items to add