Freigeben über


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

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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