HResults.DTS_E_TXMERGEJOININVALIDJOINTYPE Field

The JoinType custom property for the %1 contains a value of %2!ld!, which is not valid. Valid values are 0 (full), 1 (left), or 2 (inner).

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

Syntax

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

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

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace