DestTranslateChar Property
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The DestTranslateChar property performs character data translation on a destination server during a transfer operation.
구문
object.DestTranslateChar [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetDestTranslateChar(LPBOOL pRetVal);
HRESULT SetDestTranslateChar(BOOL NewValue);
주의
Performing character data translation during a transfer operation can significantly impact server performance if a large amount of data must be translated. Set DestTranslateChar to TRUE to perform character translation on the destination server.
Set SourceTranslateChar to TRUE to resume character translation on the source server.
DestTranslateChar is set to FALSE by default.