Share via


PackageNeutralClass.FailPackageOnFailure Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the package fails when a task or component in the package fails.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

public virtual bool FailPackageOnFailure { get; set; }

Property Value

Type: System.Boolean
true if the package fails when a task or component in the package fails; otherwise, false.

Implements

IDTSContainer100.FailPackageOnFailure

Remarks

For more information, see Package.

See Also

Reference

PackageNeutralClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace