The SourceTranslateChar property sets or returns a value indicating whether translation is performed for character data on the source server.
object.SourceTranslateChar [= boolean]
Part | Description |
---|---|
object | Expression that evaluates to a TransferObjectsTask2 object. |
boolean | Boolean that specifies whether translation is performed for character data on the source server. |
Boolean
Read/write
HRESULT SourceTranslateChar(VARIANT_BOOL* pRetVal);
HRESULT SourceTranslateChar(VARIANT_BOOL pRetVal);
The default is TRUE; translation is performed.