IDTSBulkInsertTask.RowTerminator Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the row terminator for use in char and widechar data files.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Syntax
'Declaration
Property RowTerminator As String
Get
Set
'Usage
Dim instance As IDTSBulkInsertTask
Dim value As String
value = instance.RowTerminator
instance.RowTerminator = value
string RowTerminator { get; set; }
property String^ RowTerminator {
String^ get ();
void set (String^ value);
}
abstract RowTerminator : string with get, set
function get RowTerminator () : String
function set RowTerminator (value : String)
Property Value
Type: System.String
A String that specifies the row terminator for use in char and widechar data files.
Remarks
For more information, see BulkInsertTask.