ExceptionFileName Property

DTS Programming

DTS Programming

ExceptionFileName Property

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

Applies To
DataDrivenQueryTask Object DataPumpTask2 Object
DataDrivenQueryTask2 Object TransformationSet Object
DataPumpTask Object  
Syntax

object.ExceptionFileName [= value]

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetExceptionFileName(BSTR *pRetVal);

HRESULT SetExceptionFileName(BSTR NewValue);

Remarks

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

See Also

ExceptionFileColumnDelimiter Property

ExceptionFileOptions Property

ExceptionFileRowDelimiter Property

ExceptionFileTextQualifier Property