DTS Programming
DestTranslateChar Property
The DestTranslateChar property sets or returns a value indicating whether translation is performed for character data on the destination server.
Applies To
| TransferObjectsTask2 Object |
Syntax
object.DestTranslateChar [= boolean]
| Part | Description |
|---|---|
| object | Expression that evaluates to a TransferObjectsTask2 object. |
| boolean | Boolean that specifies whether translation is performed for character data on the destination server. |
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT DestTranslateChar(VARIANT_BOOL* pRetVal);
HRESULT DestTranslateChar(VARIANT_BOOL pRetVal);
Remarks
The default is TRUE. Translation is performed.