Gets or sets a delimiter for a column. For example ',' (comma).

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

Syntax

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

See Also