ExceptionFileRowDelimiter Property (DTS)

The ExceptionFileRowDelimiter property specifies the row delimiter for the data in the exception file.

Applies To
DataDrivenQueryTask 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

Remarks

The default is CR/LF.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetExceptionFileRowDelimiter(BSTR *pRetVal);

HRESULT SetExceptionFileRowDelimiter(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.