Compartir a través de


Campo tagBUFFERCOL.lCodePage

Specifies the character set used to interpret the data in a buffer column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public lCodePage As Integer
'Uso
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

Comentarios

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.

Vea también

Referencia

tagBUFFERCOL Estructura

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper