BufferColumn.CodePage Field

Specifies the code page for PipelineBuffer columns that contain text data types. This field is not CLS-compliant.

命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

语法

声明
Public CodePage As Integer
public int CodePage
public:
int CodePage
public int CodePage
public var CodePage : int

备注

The CodePage field indicates the system code page of a PipelineBuffer column. The code page field applies to the DT_STR, DT_TEXT, and DT_WSTR data types. For other DataType columns this field is zero.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

BufferColumn Structure
BufferColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace