HResults.DTS_W_FAILURENOTRESTARTABLE Field

Definition

MessageId: DTS_W_FAILURENOTRESTARTABLE MessageText: This task or container has failed, but because FailPackageOnFailure property is FALSE, the package will continue. This warning is posted when the SaveCheckpoints property of the package is set to TRUE and the task or container fails.

public: int DTS_W_FAILURENOTRESTARTABLE = -2147401640;
public const int DTS_W_FAILURENOTRESTARTABLE = -2147401640;
val mutable DTS_W_FAILURENOTRESTARTABLE : int
Public Const DTS_W_FAILURENOTRESTARTABLE As Integer  = -2147401640

Field Value

Value = -2147401640

Applies to