RowTerminator Property (DTS)

The RowTerminator property specifies the bcp-style row terminator.

Applies To
BulkInsertTask Object  

Syntax

object.RowTerminator [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value bcp-style row terminator

Remarks

The default is a line feed character.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetRowTerminator(BSTR *pRetVal);

HRESULT SetRowTerminator(BSTR NewValue);

See Also

FieldTerminator Property

  


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