ExceptionFileColumnDelimiter Property (DTS)

The ExceptionFileColumnDelimiter property specifies the column delimiter in the exception file.

Applies To
DataDrivenQueryTask Object DataPumpTask Object

Syntax

object.ExceptionFileColumnDelimiter [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Exception file column delimiter

Remarks

The default is “|”.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetExceptionFileColumnDelimiter(BSTR *pRetVal);

HRESULT SetExceptionFileColumnDelimiter(BSTR NewValue);

  


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