IDTSBulkInsertTask.RowTerminator Property

Definition

Gets or sets the row terminator for use in char and widechar data files.

public:
 property System::String ^ RowTerminator { System::String ^ get(); void set(System::String ^ value); };
public string RowTerminator { get; set; }
member this.RowTerminator : string with get, set
Public Property RowTerminator As String

Property Value

A String that specifies the row terminator for use in char and widechar data files.

Remarks

For more information, see BulkInsertTask.

Applies to