IDTSInputColumn100.CodePage プロパティ

定義

public:
 property int CodePage { int get(); };
[System.Runtime.InteropServices.DispId(115)]
public int CodePage { [System.Runtime.InteropServices.DispId(115)] get; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
member this.CodePage : int
Public ReadOnly Property CodePage As Integer

プロパティ値

コードページを表す 整数 です。

属性

注釈

DT_STR、DT_TEXT、DT_WSTRなどのマルチバイト文字データ型の場合、このプロパティは有効なコードページを含まなければなりません。 他のデータ型では、その値は無視され、ゼロに設定されます。

適用対象