HResults.DTS_E_MANAGEDERR_UNSUPPORTEDTYPE Field

While formatting a message string using the managed error infrastructure, there was a variant type that does not have formatting support. This is an internal error.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace