Save Method (DTS)

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.

Applies To
PersistPropertyBag Object  

Syntax

object.Save(PropertyBag As PropertyBag)

Part Description
object Expression that evaluates to an object in the Applies To list
PropertyBag PropertyBag object

Prototype (C/C++)

HRESULT Save(IDTSPropertyBag *IDTSPropertyBag);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.