TransferSqlServerObjectsTask.DestinationTranslateChar 属性

定义

获取或设置一个布尔值,该值指示 OLE DB 目标连接字符串中的 AutoTranslate 的值。

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

属性值

Boolean

指示 AutoTranslate 的值的布尔值。

实现

注解

默认值为 falsetrue 指示二进制数据被视为字符数据,并通过在客户端与服务器之间发送的 ANSI 字符串进行转换,并通过在客户端和服务器上的代码页之间匹配扩展字符来最大程度地减少问题。

适用于