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
Modifiable
Read-only
Prototype (C/C++)
HRESULT get_CurrrentPhase(LPDTSTransformPhaseEnum *pRetVal);
Remarks
The DTSTransformPhaseInfo object is referenced within a transformation script or custom transformation.