言語

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

プロパティ値

データファイルのコードページを示す String です。

注釈

詳細については、BulkInsertTaskを参照してください。

適用対象