Share via


CodePage-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property CodePage As Integer
    Get
'Usage
Dim instance As IDTSInputColumn100
Dim value As Integer

value = instance.CodePage
int CodePage { get; }
property int CodePage {
    int get ();
}
abstract CodePage : int
function get CodePage () : int

Eigenschaftswert

Typ: System. . :: . .Int32
An Integer that represents the code page.

Hinweise

For multibyte character data types such as DT_STR, DT_TEXT, and DT_WSTR, this property must contain a valid code page. For other data types the value is ignored and is set to zero.