IDTSExternalMetadataColumn100.CodePage プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
列に含まれるデータを解釈するために使用される文字セットを取得します。値の設定も可能です。
public:
property int CodePage { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(105)]
public int CodePage { [System.Runtime.InteropServices.DispId(105)] get; [System.Runtime.InteropServices.DispId(105)] set; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
[<set: System.Runtime.InteropServices.DispId(105)>]
member this.CodePage : int with get, set
Public Property CodePage As Integer
プロパティ値
外部メタデータ列のコード ページです。
- 属性