Use6xCompatible Property
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.
The Use6xCompatible property controls interpretation of Microsoft SQL Server bulk-copy native format data files.
구문
object.Use6xCompatible [= 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 GetUse6xCompatible(LPBOOL pRetVal);
HRESULT SetUse6xCompatible(BOOL NewValue);
주의
A SQL Server bulk-copy operation either creates or reads from a data file. SQL Server bulk-copy data files are created in either native (proprietary) or character format. SQL Server bulk-copy native data file format has changed for SQL Server version 7.0 and later. The user must direct version-dependent handling of source files when processing native format files created by SQL Server 7.0 or earlier.
If TRUE, a bulk-copy operation interprets file data based on the SQL Server 7.0 or earlier format for native data files.
If FALSE, default, a bulk-copy operation interprets file data based on the SQL Server 7.0 format.