HResults.DTS_E_EXPREVALUNARYOPERATIONFAILED Field

The unary operation "%1" failed with error code 0x%2!8.8X!. An internal error occurred, or there is an out-of-memory condition.

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace