ITransferSqlServerObjectsTask.SourceTranslateChar Property

Definition

Gets or sets a value that indicates whether the character data is translated from the source database.

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

Property Value

true if the character data is translated from the source database; otherwise, false.

Applies to