DTS Programming

DTSTransformPhaseInfo Object

The DTSTransformPhaseInfo object makes status information available to Data Transformation Services (DTS) transformations and Microsoft® ActiveX® Script transformations.

Properties
CurrentPhase Property ErrorCode Property
CurrentSourceRow Property ErrorRows Property
DestinationRowsComplete Property TransformStatus Property

Remarks

The following information is available from the DTSTransformPhaseInfo object:

The DTSTransformPhaseInfo object is available within ActiveX Script transformations using the same name, DTSTransformPhaseInfo.

See Also

Adding DTS Transformations