ExceptionFileName Property (DTS)

The ExceptionFileName property specifies the file name where exception rows are written.

Applies To
DataDrivenQueryTask Object DataPumpTask Object

Syntax

object.ExceptionFileName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Exception file name

Remarks

After the task is complete, this file may be used to edit and resubmit the rows manually.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetExceptionFileName(BSTR *pRetVal);

HRESULT SetExceptionFileName(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.