HResults.DTS_E_CONFIGTYPECONVERSIONFAILED Field

Definition

A type in the configuration "%1" for the package path "%2" failed to convert. This happens when a configuration value cannot be converted from a string to the appropriate destination type. Check the configuration value to ensure it can be converted to the type of the destination property or variable.

public: int DTS_E_CONFIGTYPECONVERSIONFAILED = -1073668041;
public const int DTS_E_CONFIGTYPECONVERSIONFAILED = -1073668041;
val mutable DTS_E_CONFIGTYPECONVERSIONFAILED : int
Public Const DTS_E_CONFIGTYPECONVERSIONFAILED As Integer  = -1073668041

Field Value

Value = -1073668041

Applies to