DTS Programming
ExceptionFileOptions Property
The ExceptionFileOptions property specifies how Data Transformation Services (DTS) data pump errors and exception rows are written to the exception and error files.
Applies To
| DataDrivenQueryTask2 Object | TransformationSet Object |
| DataPumpTask2 Object |
Syntax
object.ExceptionFileOptions [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | A sum of values from DTSExceptionFileOptions |
Data Type
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetExceptionFileOptions(DTSExceptionFileOptions *pRetVal);
HRESULT SetExceptionFileOptions(DTSExceptionFileOptions NewValue);
See Also
ExceptionFileColumnDelimiter Property