The DestTranslateChar property sets or returns a value indicating whether translation is performed for character data on the destination server.
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. |
Boolean
Read/write
HRESULT DestTranslateChar(VARIANT_BOOL* pRetVal);
HRESULT DestTranslateChar(VARIANT_BOOL pRetVal);
The default is TRUE. Translation is performed.