Load Method

From DTS Programming

DTS Programming

Load Method

The Load method fills the container object using persisted property values. The Load method is called by Data Transformation Services (DTS) when a DTS package is loaded.

Applies To

PersistPropertyBag Object

Syntax

object.Load PropertyBag

Part Description
object Expression that evaluates to a PersistPropertyBag object
PropertyBag PropertyBag object to be loaded

Remarks

Generic binary large objects (BLOBs) or objects are not supported as property values.

Prototype (C/C++)

HRESULT Load(IDTSPropertyBag *IDTSPropertyBag);

See Also

PropertyBag Object

Save Method