DTS Programming

ExceptionFileTextQualifier Property

The ExceptionFileTextQualifier property specifies the text qualifier for the data in the exception file.

Applies To
DataDrivenQueryTask2 Object TransformationSet Object
DataPumpTask2 Object  

Syntax

object.ExceptionFileTextQualifier [= value]

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetExceptionFileTextQualifier(BSTR *pRetVal);

HRESULT SetExceptionFileTextQualifier(BSTR NewValue);

Remarks

The default is no text qualifier.

See Also

ExceptionFileColumnDelimiter Property

ExceptionFileName Property

ExceptionFileOptions Property

ExceptionFileRowDelimiter Property