Property Object

DTS Programming

DTS Programming

Property Object

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.

Collections
Properties Collection
Properties
Get Property Set Property
Name Property Type Property
Parent Property  

Remarks

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.

See Also

TransformServerProperties Property