TransformFlags Property (DTS)

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

Applies To
Transformation Object  

Syntax

object.TransformFlags [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Transformation flags that indicate characteristics of the transformation

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTransformFlags(LONG *pRetVal);

HRESULT SetTransformFlags(LONG NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.