ConnectionManagerMultiFlatFileClass.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.
Gets or sets the code page to use for converting non-Unicode string to Unicode.
public:
virtual property int CodePage { int get(); void set(int value); };
public virtual int CodePage { get; set; }
member this.CodePage : int with get, set
Public Overridable Property CodePage As Integer
Property Value
The code page to use for converting non-Unicode string to Unicode.