TransformFlags Property

DTS Programming

DTS Programming

TransformFlags Property

The TransformFlags property specifies transformation flags that indicate characteristics of a transformation.

Applies To
Transformation Object Transformation2 Object
Syntax

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.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTransformFlags(LONG *pRetVal);

HRESULT SetTransformFlags(LONG NewValue);

Remarks

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.

See Also

DTSTransformFlags