IDTSBulkInsertTask.RowTerminator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.