TransformServer Property (DTS)

The TransformServer property specifies the dispatch interface of the custom COM server object for a transformation.

Applies To
Transformation Object  

Syntax

object.TransformServer [= value]

Parts
Part Description
object Expression that evaluates to an object in the Applies To list
value Dispatch interface of the custom COM server object

Remarks

The TransformServer property need not be set for a copy operation, but it must be set for Microsoft® ActiveX® scripting.

Data Type

Object

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTransformServer(IDispatch **pRetVal);

See Also
TransformServerParameter Property TransformServerProperties Property

  


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