CodePage 属性

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Property CodePage As Integer
    Get
用法
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

属性值

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