Count of captured rows in the snapshot.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public int RowCount { get; protected set; } |
Visual Basic |
---|
Public Property RowCount As Integer
Get
Protected Set |
Visual C++ |
---|
public:
property int RowCount {
int get ();
protected: void set (int value);
} |
See Also