Compartilhar via


Campo HResults.DTS_W_FAILURENOTRESTARTABLE

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.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Const DTS_W_FAILURENOTRESTARTABLE As Integer
'Uso
Dim value As Integer 

value = HResults.DTS_W_FAILURENOTRESTARTABLE
public const int DTS_W_FAILURENOTRESTARTABLE
public:
literal int DTS_W_FAILURENOTRESTARTABLE
static val mutable DTS_W_FAILURENOTRESTARTABLE: int
public const var DTS_W_FAILURENOTRESTARTABLE : int

Consulte também

Referência

HResults Classe

Namespace Microsoft.SqlServer.Dts.Runtime