IDTSBulkInsertTask.FieldTerminator Property

Definition

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

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

Property Value

A String that indicates the field terminator for use in char and widechar data files.

Remarks

For more information, see BulkInsertTask.

Applies to