IDTSInputColumn100.CodePage Property

Definition

Gets the character set used to interpret the data contained in a column.

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

Property Value

An Integer that represents the code page.

Attributes

Remarks

For multibyte character data types such as DT_STR, DT_TEXT, and DT_WSTR, this property must contain a valid code page. For other data types the value is ignored and is set to zero.

Applies to