HResults.DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES Field

Definition

MessageId: DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES MessageText: The input column "%1!s!" cannot be mapped to external column "%2!s!" because they have different data types. The Slowly Changing Dimension transform does not allow mapping between column of different types except for DT_STR and DT_WSTR.

public: int DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES = -1071611859;
public const int DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES = -1071611859;
val mutable DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES : int
Public Const DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES As Integer  = -1071611859

Field Value

Value = -1071611859

Applies to