The TransformServerParameter property specifies a transform server’s initialization parameter, if required.
Transformation Object |
object.TransformServerParameter [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Transform server’s initialization parameter |
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.
Variant
Read/write
HRESULT GetTransformServerParameter(VARIANT *pRetVal);
HRESULT SetTransformServerParameter(VARIANT NewValue) ;
TransformServer Property | TransformServerProperties Property |