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.
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. |
Boolean
Read/write
HRESULT FailPackageOnLogFailure(VARIANT_BOOL* pVal);
HRESULT FailPackageOnLogFailure(VARIANT_BOOL pVal);
The default is FALSE.