Champ DTP_BUFFCOL.lCodePage

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Public lCodePage As Integer
'Utilisation
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

Notes

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.

Voir aussi

Référence

DTP_BUFFCOL Structure

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper