Save Method

DTS Programming

DTS Programming

Save Method

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.

Applies To
PersistPropertyBag Object
Syntax

object.Save PropertyBag

Part Description
object Expression that evaluates to a PersistPropertyBag object
PropertyBag PropertyBag object to receive the persisted properties

Remarks

Generic BLOBs or objects are not supported as property values.

Prototype (C/C++)

HRESULT Save(IDTSPropertyBag *IDTSPropertyBag);

See Also

Load Method

PropertyBag Object