Gets the list of captured data snapshots.
Namespace: SSIS.TestAssembly: 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 (); } |