Share via


IDTSVirtualInputColumn100.CodePage Property

Gets the character set used to interpret the data contained in a virtual input 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 IDTSVirtualInputColumn100 
Dim value As Integer 

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

Property Value

Type: System.Int32
An Integer that represents the code page of the IDTSVirtualInputColumn100.

See Also

Reference

IDTSVirtualInputColumn100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace