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

適用於