DTS Programming
ExceptionFileRowDelimiter Property
The ExceptionFileRowDelimiter property specifies the row delimiter for the data in the exception file.
Applies To
| DataDrivenQueryTask Object | DataPumpTask2 Object |
| DataDrivenQueryTask2 Object | TransformationSet Object |
| DataPumpTask Object |
Syntax
object.ExceptionFileRowDelimiter [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Exception file row delimiter |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetExceptionFileRowDelimiter(BSTR *pRetVal);
HRESULT SetExceptionFileRowDelimiter(BSTR NewValue);
Remarks
The default is carriage return/line feed (CR/LF).