The ExceptionFileRowDelimiter property specifies the row delimiter for the data in the exception file.
DataDrivenQueryTask Object | DataPumpTask Object |
object.ExceptionFileRowDelimiter [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Exception file row delimiter |
The default is CR/LF.
String
Read/write
HRESULT GetExceptionFileRowDelimiter(BSTR *pRetVal);
HRESULT SetExceptionFileRowDelimiter(BSTR NewValue);