IDTSInputColumn100.CodePage 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property CodePage As Integer 
    Get
'用途
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

屬性值

型別:System.Int32
An Integer that represents the code page.

備註

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.

請參閱

參考

IDTSInputColumn100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間