FieldTerminator Property (DTS)

The FieldTerminator property specifies the field or column terminator for files that support char and WideChar data types.

Applies To
BulkInsertTask Object  

Syntax

object.FieldTerminator [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Field terminator

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFieldTerminator(BSTR *pRetVal);

HRESULT SetFieldTerminator(BSTR NewValue);

See Also

RowTerminator Property

  


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