Share via


TransferSqlServerObjectsTask.DestinationTranslateChar プロパティ

定義

OLE DB 変換先接続文字列の AutoTranslate の値を示すブール型 (Boolean) の値を取得または設定します。

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

プロパティ値

AutoTranslate の値を示すブール値。

実装

注釈

既定値は false です。 true は、バイナリ データが文字データのように扱われ、クライアントとサーバーのコード ページ間の拡張文字の照合における問題を最小化するために、クライアントとサーバー間で送信される ANSI 文字列は Unicode を通じて変換されることを示します。

適用対象