Share via


SourceTranslateChar Property

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The SourceTranslateChar property specifies whether to perform character data translation on the source server during a transfer operation.

구문

object
.SourceTranslateChar [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list
  • value
    TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSourceTranslateChar(LPBOOL pRetVal);
HRESULT SetSourceTranslateChar(BOOL NewValue);

주의

Performing character data translation during a transfer operation can significantly impact server performance if a large amount of data must be translated. The SourceTranslateChar property is set to TRUE by default.

Set the DestTranslateChar property to TRUE to perform character translation on the destination server.

Set SourceTranslateChar to TRUE to resume character translation on the source server.

Applies To:

Transfer2 Object

참고 항목

참조

DestTranslateChar Property

도움말 및 정보

SQL Server 2005 지원 받기