tagBUFFERCOL.lCodePage Field
Specifies the character set used to interpret the data in a buffer column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
Public lCodePage As Integer
public int lCodePage
public:
int lCodePage
public int lCodePage
public var lCodePage : int
Remarks
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
tagBUFFERCOL Structure
tagBUFFERCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace