The ExceptionFileName property specifies the file name where exception rows are written.
DataDrivenQueryTask Object | DataPumpTask Object |
object.ExceptionFileName [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Exception file name |
After the task is complete, this file may be used to edit and resubmit the rows manually.
String
Read/write
HRESULT GetExceptionFileName(BSTR *pRetVal);
HRESULT SetExceptionFileName(BSTR NewValue);