Gets a data for an output of the fake source.
Namespace: SSIS.Test.MetadataAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public Dictionary<string, string> Data { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Data As Dictionary(Of String, String) Get |
| Visual C++ |
|---|
public: property Dictionary<String^, String^>^ Data { Dictionary<String^, String^>^ get (); } |