The Property object exposes the attributes of a Data Transformation Services (DTS) object property.
Most DTS objects have Properties collections, which contain a Property object for each property the object has. By referencing the Properties collection, a user of the object can determine whether the object supports a particular property without causing a program error if it does not.
Development environments, such as Microsoft® Visual Basic®, typically provide syntax completion and other development aids. Because it exposes the attributes of object properties, the Property object supports such automated developer assistance.
Note The Property object is implemented for automation controllers. Microsoft Visual C++® DTS applications have no direct access to the Property object.