The Save method instructs an object implementing a custom task to perform custom property storage into a PropertyBag object. The Save method is called by Data Transformation Services (DTS) when a DTS package is stored.
object.Save PropertyBag
Part | Description |
---|---|
object | Expression that evaluates to a PersistPropertyBag object |
PropertyBag | PropertyBag object to receive the persisted properties |
Generic BLOBs or objects are not supported as property values.
HRESULT Save(IDTSPropertyBag *IDTSPropertyBag);