HResults.DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH Field

Unable to cast the expression because the code page of the value being cast does not match the requested result code page. The code page of the source must match the code page requested for the destination.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH
public const int DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH
public:
literal int DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH
static val mutable DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH: int
public const var DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace