Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the character set used to interpret the data contained in the column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property CodePage As Integer
Get
Set
'Usage
Dim instance As IDTSExternalMetadataColumn100
Dim value As Integer
value = instance.CodePage
instance.CodePage = value
int CodePage { get; set; }
property int CodePage {
int get ();
void set (int value);
}
abstract CodePage : int with get, set
function get CodePage () : int
function set CodePage (value : int)
Property Value
Type: System.Int32
The code page of the external metadata column.