TransformServerID Property

DTS Programming

DTS Programming

TransformServerID Property

The TransformServerID property returns the programmatic identifier (ProgID) or class identifier (CLSID) of the transform server object (the class-specific transformation object).

Applies To
Transformation Object Transformation2 Object
Syntax

object.TransformServerID

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetTransformServerID(BSTR *pRetVal);

Remarks

The ProgID or CLSID returned by the TransformServerID property is the identifier that was used with the New method of the Transformations collection to create the Transformation2 object.

See Also

New (ID) Method

Transformations Collection

TransformServer Property

TransformServerParameter Property

TransformServerProperties Property