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 IDTSOutputColumn100
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 a brief overview of the codepages supported by the SQL Server 数据库引擎, and a partial list of codepage values, see 代码页体系结构.