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