DTP_BUFFCOL.lCodePage 字段
Specifies the character set used to interpret the data in a buffer column.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Public lCodePage As Integer
用法
Dim instance As DTP_BUFFCOL
Dim value As Integer
value = instance.lCodePage
instance.lCodePage = value
public int lCodePage
public:
int lCodePage
val mutable lCodePage: int
public var lCodePage : int
注释
For multibyte character string types such as DT_STR and DT_TEXT, this value must contain a valid code page from the data. For other types, this field is ignored and contains a zero.