Gets the maximal count of rows to capture per data snapshot.

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

Syntax

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

See Also