Gets the list 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 ReadOnlyCollection<T> Snapshots { get; }
Visual Basic
Public ReadOnly Property Snapshots As ReadOnlyCollection(Of T)
	Get
Visual C++
public:
property ReadOnlyCollection<T>^ Snapshots {
	ReadOnlyCollection<T>^ get ();
}

See Also