The RowTerminator property specifies the row terminator for the Bulk Insert task. The same set of row terminators that apply to the bulk copy program also apply to the Bulk Insert task.
object.RowTerminator [= value]
Part | Description |
---|---|
object | Expression that evaluates to a BulkInsertTask object |
value | A row terminator |
String
Read/write
HRESULT GetRowTerminator(BSTR *pRetVal);
HRESULT SetRowTerminator(BSTR NewValue);
Typical values are CR, CR/LF, LF, ",", ";", tab and "|". The default is a line feed character. It should not be the same as the FieldTerminator property.