The RowTerminator property specifies the bcp-style row terminator.
| BulkInsertTask Object |
object.RowTerminator [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | bcp-style row terminator |
The default is a line feed character.
String
Read/write
HRESULT GetRowTerminator(BSTR *pRetVal);
HRESULT SetRowTerminator(BSTR NewValue);