IDTSExternalMetadataColumn100.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 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