The Save method instructs an object implementing a custom task to perform custom property storage. The Save method is called by DTS when a package is stored.
| PersistPropertyBag Object |
object.Save(PropertyBag As PropertyBag)
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| PropertyBag | PropertyBag object |
HRESULT Save(IDTSPropertyBag *IDTSPropertyBag);