Share via


BufferColumn.CodePage Field

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

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Declaration
Public CodePage As Integer
public int CodePage
public:
int CodePage
public int CodePage
public var CodePage : int

Remarks

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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