Gets a collection of key-value pairs, where key is property name and value is a property value.
Namespace: SSIS.TestAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public IEnumerable<KeyValuePair<string, Object>> DtsProperties { get; } |
Visual Basic |
---|
Public ReadOnly Property DtsProperties As IEnumerable(Of KeyValuePair(Of String, Object)) Get |
Visual C++ |
---|
public: property IEnumerable<KeyValuePair<String^, Object^>>^ DtsProperties { IEnumerable<KeyValuePair<String^, Object^>>^ get (); } |