The TransformFlags property specifies transformation flags that indicate characteristics of a transformation.
object.TransformFlags [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Flags that indicate characteristics of the transformation. Use a sum of codes from the DTSTransformFlags constants. |
Long
Read/write
HRESULT GetTransformFlags(LONG *pRetVal);
HRESULT SetTransformFlags(LONG NewValue);
The TransformFlags property controls the types of conversions that are considered either valid or invalid (for example, possible overflow, possible loss of sign when converting signed to unsigned, possible string truncation). The test is made at the beginning of the transformation, not row by row.