Gets a read-only collection of all errors that occured during live tests.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
ReadOnlyCollection<DtsError> AllErrors { get; } |
| Visual Basic |
|---|
ReadOnly Property AllErrors As ReadOnlyCollection(Of DtsError) Get |
| Visual C++ |
|---|
property ReadOnlyCollection<DtsError^>^ AllErrors { ReadOnlyCollection<DtsError^>^ get (); } |