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 字元字串,會透過 Unicode 進行轉換來轉譯,以將用戶端與伺服器上字碼頁之間相符的擴充字元問題降至最低。