The FieldTerminator property specifies the field or column terminator for files that support char and widechar data types.
object.FieldTerminator [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a BulkInsertTask object |
| value | Field terminator |
String
Read/write
HRESULT GetFieldTerminator(BSTR *pRetVal);
HRESULT SetFieldTerminator(BSTR NewValue);
Typical values are ",", ";", tab and "|". These values are also valid in the bulk copy program. The default is tab. It must not be the same as the RowTerminator property.