This class represents a dts parameter. Use this class to get or set value of parameters.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public sealed class DtsParameter : DtsObject |
| Visual Basic |
|---|
Public NotInheritable Class DtsParameter _
Inherits DtsObject |
| Visual C++ |
|---|
public ref class DtsParameter sealed : public DtsObject |
Inheritance Hierarchy
See Also