Gets or sets a delimiter for a row. For example '\r\n' (newline).

Namespace: SSIS.Test.Metadata
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public string RowDelimiter { get; set; }
Visual Basic
Public Property RowDelimiter As String
	Get
	Set
Visual C++
public:
property String^ RowDelimiter {
	String^ get ();
	void set (String^ value);
}

See Also