Gets the count of captured data snapshots.

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

Syntax

C#
public int SnapshotCount { get; }
Visual Basic
Public ReadOnly Property SnapshotCount As Integer
	Get
Visual C++
public:
property int SnapshotCount {
	int get ();
}

See Also