IDTSBulkInsertTask.FieldTerminator 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 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.