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