ConnectionManagerMultiFlatFileClass.CodePage Property

Definition

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.

Implements

Applies to