DTS Programming
ExceptionFileColumnDelimiter Property
The ExceptionFileColumnDelimiter property specifies the column delimiter in the exception file.
Applies To
| DataDrivenQueryTask Object | DataPumpTask2 Object |
| DataDrivenQueryTask2 Object | TransformationSet Object |
| DataPumpTask Object |
Syntax
object.ExceptionFileColumnDelimiter [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Column delimiter for the exception file |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetExceptionFileColumnDelimiter(BSTR *pRetVal);
HRESULT SetExceptionFileColumnDelimiter(BSTR NewValue);
Remarks
The default is "|".