共用方式為


BufferColumn.CodePage 欄位

Specifies the code page for PipelineBuffer columns that contain text data types.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
Public CodePage As Integer
'用途
Dim instance As BufferColumn 
Dim value As Integer 

value = instance.CodePage 

instance.CodePage = value
public int CodePage
public:
int CodePage
val mutable CodePage: int
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.

請參閱

參考

BufferColumn 結構

Microsoft.SqlServer.Dts.Pipeline 命名空間