언어

IDTSBulkInsertTask.CodePage 속성

정의

데이터 파일 내 데이터의 코드 페이지를 받거나 설정합니다.

public:
 property System::String ^ CodePage { System::String ^ get(); void set(System::String ^ value); };
public string CodePage { get; set; }
member this.CodePage : string with get, set
Public Property CodePage As String

속성 값

A String 는 데이터 파일 내 데이터의 코드 페이지를 나타냅니다.

설명

자세한 내용은 BulkInsertTask를 참조하세요.

적용 대상