Campo 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.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Const DTS_W_FAILURENOTRESTARTABLE As Integer
'Utilizzo
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
Vedere anche