PropertyBag Object

DTS Programming

DTS Programming

PropertyBag Object

The PropertyBag object defines a name-indexed container for property values for an object implementing a Data Transformation Services (DTS) custom task. Use the PropertyBag object as part of custom task object implementation when the custom task maintains storage for task properties.

DTS can read and write values of simple data types, such as String, in a PropertyBag object. DTS cannot support objects and other more complex data types as values in a PropertyBag container.

Methods
Read Method Write Method

See Also

PersistPropertyBag Object