tagBUFFERCOL.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 tagBUFFERCOL
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 set data types, such as DT_STR and DT_TEXT, this value must contain a valid code page. For other types, this field contains a zero and is ignored.