HResults.DTS_E_TASKVALIDATIONFAILED Field

Definition

MessageId: DTS_E_TASKVALIDATIONFAILED MessageText: The Validate method on the task failed, and returned error code 0x%1!8.8X! (%2!s!). The Validate method must succeed and indicate the result using an "out" parameter.

public: int DTS_E_TASKVALIDATIONFAILED = -1073594110;
public const int DTS_E_TASKVALIDATIONFAILED = -1073594110;
val mutable DTS_E_TASKVALIDATIONFAILED : int
Public Const DTS_E_TASKVALIDATIONFAILED As Integer  = -1073594110

Field Value

Value = -1073594110

Applies to