Share via


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

プロパティ値

変換先データベースから文字データが変換される場合は true。それ以外の場合は false。

適用対象