BufferColumn.CodePage Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the code page for PipelineBuffer columns that contain text data types.
public: int CodePage;
public int CodePage;
val mutable CodePage : int
Public CodePage As Integer
Field Value
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.