CurrentPhase Property

DTS Programming

DTS Programming

CurrentPhase Property

The CurrentPhase property specifies the current transformation phase.

Applies To
DTSTransformPhaseInfo Object
Syntax

object.CurrentPhase

Part Description
object Expression that evaluates to a DTSTransformPhaseInfo object

Data Type

DTSTransformPhaseEnum

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_CurrrentPhase(LPDTSTransformPhaseEnum *pRetVal);

Remarks

The DTSTransformPhaseInfo object is referenced within a transformation script or custom transformation.

See Also

Adding DTS Transformations

DTSTransformScriptProperties2 Object

Transformation2 Object