IDTSExternalMetadataColumn100.CodePage Property

Definition

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

public:
 property int CodePage { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(105)]
public int CodePage { [System.Runtime.InteropServices.DispId(105)] get; [System.Runtime.InteropServices.DispId(105)] set; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
[<set: System.Runtime.InteropServices.DispId(105)>]
member this.CodePage : int with get, set
Public Property CodePage As Integer

Property Value

The code page of the external metadata column.

Attributes

Applies to