ITransferSqlServerObjectsTask.DestinationTranslateChar プロパティ

定義

キャラクターデータが宛先データベースから翻訳されたかどうかを示す値を取得または設定します。

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

プロパティ値

真の場合は、宛先データベースから文字データが翻訳された場合に表れます。そうでなければ、誤りです。

適用対象