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