Gets the fake destination captured data.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public ReadOnlyCollection<FakeDestination> FakeDestinations { get; internal set; } |
Visual Basic |
---|
Public Property FakeDestinations As ReadOnlyCollection(Of FakeDestination) Get Friend Set |
Visual C++ |
---|
public: property ReadOnlyCollection<FakeDestination^>^ FakeDestinations { ReadOnlyCollection<FakeDestination^>^ get (); internal: void set (ReadOnlyCollection<FakeDestination^>^ value); } |