IDTSConnectionManagerFlatFile100.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(); void set(int value); };
[System.Runtime.InteropServices.DispId(10)]
public int CodePage { [System.Runtime.InteropServices.DispId(10)] get; [System.Runtime.InteropServices.DispId(10)] set; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
[<set: System.Runtime.InteropServices.DispId(10)>]
member this.CodePage : int with get, set
Public Property CodePage As Integer
Property Value
The code page for the connection.
- Attributes