DTS Programming
SourceTranslateChar Property
The SourceTranslateChar property sets or returns a value indicating whether translation is performed for character data on the source server.
Applies To
| TransferObjectsTask2 Object |
Syntax
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. |
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT SourceTranslateChar(VARIANT_BOOL* pRetVal);
HRESULT SourceTranslateChar(VARIANT_BOOL pRetVal);
Remarks
The default is TRUE; translation is performed.