HResults.DTS_E_PARAMETERNOTFOUNDINCOLL Field

Definition

MessageId: DTS_E_PARAMETERNOTFOUNDINCOLL MessageText: The parameter "%1!s!" cannot be found. This error occurs when an attempt to retrieve a parameter from a parameters collection and the parameter is not there.

public: int DTS_E_PARAMETERNOTFOUNDINCOLL = -1073614827;
public const int DTS_E_PARAMETERNOTFOUNDINCOLL = -1073614827;
val mutable DTS_E_PARAMETERNOTFOUNDINCOLL : int
Public Const DTS_E_PARAMETERNOTFOUNDINCOLL As Integer  = -1073614827

Field Value

Value = -1073614827

Applies to