IDTSInputColumn100.CodePage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.