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.
object.Load PropertyBag
Part | Description |
---|---|
object | Expression that evaluates to a PersistPropertyBag object |
PropertyBag | PropertyBag object to be loaded |
Generic binary large objects (BLOBs) or objects are not supported as property values.
HRESULT Load(IDTSPropertyBag *IDTSPropertyBag);