TransformServerParameter Property (DTS)

The TransformServerParameter property specifies a transform server’s initialization parameter, if required.

Applies To
Transformation 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

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 IDistpatch transformation server objects to specify complex parameters.

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTransformServerParameter(VARIANT *pRetVal);

HRESULT SetTransformServerParameter(VARIANT NewValue) ;

See Also
TransformServer Property TransformServerProperties Property

  


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