Sends the rows to the default error output.

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

Syntax

C#
public bool SendRowsToErrorOutput { get; set; }
Visual Basic
Public Property SendRowsToErrorOutput As Boolean
	Get
	Set
Visual C++
public:
property bool SendRowsToErrorOutput {
	bool get ();
	void set (bool value);
}

See Also