FailPackageOnLogFailure Property

DTS Programming

DTS Programming

FailPackageOnLogFailure Property

The FailPackageOnLogFailure property sets or returns a value indicating whether the Data Transformation Services (DTS) package will fail if there is a failure during the logging of the package.

Applies To
Package2 Object
Syntax

object.FailPackageOnLogFailure [= boolean]

Part Description
Object Expression that evaluates to a Package2 object.
Boolean If TRUE, the package fails if there is a failure during logging.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT FailPackageOnLogFailure(VARIANT_BOOL* pVal);

HRESULT FailPackageOnLogFailure(VARIANT_BOOL pVal);

Remarks

The default is FALSE.

See Also

LogServerFlags Property

LogServerName Property

LogServerPassword Property

LogServerUserName Property

LogToSQLServer Property