TransformServerParameter Property

DTS Programming

DTS Programming

TransformServerParameter Property

The TransformServerParameter property specifies an initialization parameter for the transform server object (class-specific transformation object), if required.

Applies To
Transformation Object Transformation2 Object
Syntax

object.TransformServerParameter [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Transform server's initialization parameter

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTransformServerParameter(VARIANT *pRetVal);

HRESULT SetTransformServerParameter(VARIANT NewValue) ;

Remarks

Because the TransformServerParameter property has a variant data type, it may be either a scalar value or an array. Some custom transformation servers may expose an alternate interface on their IDispatch transformation server objects to specify complex parameters.

See Also

TransformServer Property

TransformServerID Property

TransformServerProperties Property