TransferSqlServerObjectsTask.SourceTranslateChar 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指示 OLE DB 源连接字符串中的 AutoTranslate 的值。
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
属性值
指示 AutoTranslate 的值的布尔值。
实现
注解
默认值为 false。 true 指示二进制数据被视为字符数据,并通过在客户端与服务器之间发送的 ANSI 字符串进行转换,并通过在客户端和服务器上的代码页之间匹配扩展字符来最大程度地减少问题。