TransferSqlServerObjectsTask.SourceTranslateChar 속성

정의

OLE DB 원본 연결 문자열의 AutoTranslate 값을 나타내는 부울을 가져오거나 설정합니다.

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

속성 값

AutoTranslate 값을 나타내는 부울입니다.

구현

설명

기본값은 false입니다. true 는 이진 데이터가 문자 데이터처럼 처리되고 클라이언트와 서버 간에 전송된 ANSI 문자 문자열이 유니코드를 통해 변환되어 클라이언트의 코드 페이지와 서버 간의 확장 문자 일치 문제를 최소화하여 변환됨을 나타냅니다.

적용 대상