Gets or sets the maximum row count to process.

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

Syntax

C#
public int MaxRowCount { get; set; }
Visual Basic
Public Property MaxRowCount As Integer
	Get
	Set
Visual C++
public:
property int MaxRowCount {
	int get ();
	void set (int value);
}

See Also