Attach Property Collection(IListAttach Property) Constructor
Construct the collection using a list of AttachProperty 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 AttachPropertyCollection(
IList<AttachProperty> attachments
)VB
Public Sub New (
attachments As IList(Of AttachProperty)
)C++
public:
AttachPropertyCollection(
IList<AttachProperty^>^ attachments
)F#
new :
attachments : IList<AttachProperty> -> AttachPropertyCollectionParameters
- attachments IListAttachProperty
- The IListT of attachments to add