DTSTransformPhaseInfo Object

DTS Programming

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:

  • Current source row being processed; first row is row 1.

  • Destination rows inserted or Data driven queries executed.

  • Total number of error rows encountered.

  • Error code of operation preceding current phase.

  • Transform status of most recently completed transformation.

  • Current transformation phase.

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

See Also

Adding DTS Transformations