TransferSqlServerObjectsTask.SourceTranslateChar Property

Definition

Gets or sets a Boolean indicating the value of AutoTranslate in the OLE DB source connection string.

public:
 property bool SourceTranslateChar { bool get(); void set(bool value); };
public bool SourceTranslateChar { get; set; }
member this.SourceTranslateChar : bool with get, set
Public Property SourceTranslateChar As Boolean

Property Value

A Boolean indicating the value of AutoTranslate.

Implements

Remarks

Default value is false. true indicates that binary data is treated like character data, and ANSI character strings sent between the client and server are translated by converting through Unicode to minimize problems in matching extended characters between the code pages on the client and the server.

Applies to